updated node to 12

This commit is contained in:
Danny Coates 2020-04-29 17:33:12 -07:00
parent 01110b4ec1
commit 89469e3c9c
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 4646 additions and 6988 deletions

View file

@ -6,7 +6,7 @@
# Build project
FROM node:10 AS builder
FROM node:12 AS builder
RUN set -x \
# Add user
&& addgroup --gid 10001 app \
@ -27,7 +27,7 @@ RUN set -x \
# Main image
FROM node:10-slim
FROM node:12-slim
RUN set -x \
# Add user
&& addgroup --gid 10001 app \