Skip to content

Commit d4b7629

Browse files
chore(deps): update node.js to v23
1 parent c59318b commit d4b7629

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:18.20.6-alpine AS base
2+
FROM node:23.7.0-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:18.20.6-alpine as final
55+
FROM node:23.7.0-alpine as final
5656

5757
ENV NODE_ENV production
5858

0 commit comments

Comments
 (0)