We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00058bb commit 401296cCopy full SHA for 401296c
.nvmrc
@@ -1 +1 @@
1
-v16.13.1
+v16.13.2
build/docker/Dockerfile
@@ -1,6 +1,6 @@
# Build Stage
2
# ---
3
-FROM node:14 AS builder
+FROM node:16 AS builder
4
WORKDIR /opt/app
5
6
COPY package*.json ./
@@ -11,7 +11,7 @@ RUN rm -rf node_modules && npm i --production --ignore-scripts
11
12
# Run Stage
13
14
-FROM gcr.io/distroless/nodejs:14
+FROM gcr.io/distroless/nodejs:16
15
16
USER nobody
17
build/docker/Dockerfile.dev
@@ -1,3 +1,3 @@
-FROM node:14.17.3
+FROM node:16.13.2
WORKDIR /app
CMD npm start
0 commit comments