Skip to content

Commit 401296c

Browse files
author
Vitor Hugo Salgado
committed
chore: update nodejs version
1 parent 00058bb commit 401296c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.1
1+
v16.13.2

build/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Stage
22
# ---
3-
FROM node:14 AS builder
3+
FROM node:16 AS builder
44
WORKDIR /opt/app
55

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

1212
# Run Stage
1313
# ---
14-
FROM gcr.io/distroless/nodejs:14
14+
FROM gcr.io/distroless/nodejs:16
1515

1616
USER nobody
1717

build/docker/Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM node:14.17.3
1+
FROM node:16.13.2
22
WORKDIR /app
33
CMD npm start

0 commit comments

Comments
 (0)