updated node to 12
This commit is contained in:
parent
01110b4ec1
commit
89469e3c9c
5 changed files with 4646 additions and 6988 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue