Skip to content

Commit

Permalink
chore: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Hugo Salgado committed Feb 4, 2022
1 parent 00058bb commit 401296c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.1
v16.13.2
4 changes: 2 additions & 2 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Stage
# ---
FROM node:14 AS builder
FROM node:16 AS builder
WORKDIR /opt/app

COPY package*.json ./
Expand All @@ -11,7 +11,7 @@ RUN rm -rf node_modules && npm i --production --ignore-scripts

# Run Stage
# ---
FROM gcr.io/distroless/nodejs:14
FROM gcr.io/distroless/nodejs:16

USER nobody

Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:14.17.3
FROM node:16.13.2
WORKDIR /app
CMD npm start

0 comments on commit 401296c

Please sign in to comment.