Skip to content

Commit e2918bb

Browse files
committed
Upgrade to Alpine version 3.9 in Docker image
1 parent a472970 commit e2918bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:11-alpine as builder
33
ENV NODE_ENV production
44
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
55

6-
RUN apk add --no-cache --virtual .gyp python make g++
6+
RUN apk add --no-cache python make g++
77

88
WORKDIR /decktape
99

@@ -18,7 +18,7 @@ RUN npm install --build-from-source=hummus && \
1818
rm -rf node_modules/hummus/src && \
1919
rm -rf node_modules/hummus/build
2020

21-
FROM alpine:3.8
21+
FROM alpine:3.9
2222

2323
ENV TERM xterm-color
2424
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

0 commit comments

Comments
 (0)