mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 06:35:51 +03:00
Upgrade Docker image to Node 10 and Alpine 3.8
This commit is contained in:
parent
7500d53c82
commit
17562f27c7
@ -1,4 +1,4 @@
|
|||||||
FROM node:9-alpine as builder
|
FROM node:10-alpine as builder
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
||||||
@ -19,7 +19,7 @@ RUN npm install && \
|
|||||||
rm -rf node_modules/hummus/src && \
|
rm -rf node_modules/hummus/src && \
|
||||||
rm -rf node_modules/hummus/build
|
rm -rf node_modules/hummus/build
|
||||||
|
|
||||||
FROM alpine:3.7
|
FROM alpine:3.8
|
||||||
|
|
||||||
ENV TERM xterm-color
|
ENV TERM xterm-color
|
||||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
||||||
|
Loading…
Reference in New Issue
Block a user