Skip to content

Commit 524094f

Browse files
chore(deps): update node.js to v20
1 parent bdca34b commit 524094f

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
# ---- Base ----
2-
FROM node:16.17.0-alpine AS base
2+
FROM node:20.5.1-alpine AS base
33

44
# ------------------
55
# package.json cache
@@ -52,7 +52,7 @@ RUN true \
5252
# ---- Final ----
5353
# Resulting new, minimal image
5454
# This image must have the minimum amount of layers
55-
FROM node:16.17.0-alpine as final
55+
FROM node:20.5.1-alpine as final
5656

5757
ENV NODE_ENV production
5858

0 commit comments

Comments
 (0)