We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59318b commit d4b7629Copy full SHA for d4b7629
Dockerfile
@@ -1,5 +1,5 @@
1
# ---- Base ----
2
-FROM node:18.20.6-alpine AS base
+FROM node:23.7.0-alpine AS base
3
4
# ------------------
5
# package.json cache
@@ -52,7 +52,7 @@ RUN true \
52
# ---- Final ----
53
# Resulting new, minimal image
54
# This image must have the minimum amount of layers
55
-FROM node:18.20.6-alpine as final
+FROM node:23.7.0-alpine as final
56
57
ENV NODE_ENV production
58
0 commit comments