Skip to content

Commit 3848496

Browse files
chore(deps): update node.js to v20 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eeb06f1 commit 3848496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build layer template for an eventual TS migration
2-
FROM node:16.17.0-slim as builder
2+
FROM node:20.13.1-slim as builder
33
ENV NODE_ENV=production
44

55
# Set working directory
@@ -9,7 +9,7 @@ WORKDIR /app
99
COPY package.json package-lock.json ./
1010
RUN npm ci --omit=dev
1111

12-
FROM node:16.17.0-slim
12+
FROM node:20.13.1-slim
1313
ENV NODE_ENV=production
1414

1515
# Set working directory

0 commit comments

Comments
 (0)