Updated node version for Docker

This commit is contained in:
WatDuhHekBro 2021-05-21 14:42:15 -05:00 committed by GitHub
parent ac81b6a103
commit 2040dbdefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@
# https://github.com/Automattic/node-canvas/issues/866#issuecomment-330001221
# Took 7m 29s
FROM node:10.16.0-alpine
FROM mhart/alpine-node:8.5.0
FROM node:current-alpine
FROM mhart/alpine-node:latest
RUN apk add --no-cache \
build-base \
@ -71,4 +71,4 @@ RUN npm i
RUN npm run build
CMD ["npm", "start"]
CMD ["npm", "start"]