2 parents bf5851b + c1434da commit 4c9e006Copy full SHA for 4c9e006
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# Stage 1: Build
2
# Pin to the Node 22 LTS minor release for reproducible builds.
3
# Update this tag when you upgrade Node (also update the runner stage below).
4
-FROM node:22.14-alpine AS builder
+FROM node:22.23.1-alpine AS builder
5
6
WORKDIR /app
7
@@ -24,7 +24,7 @@ RUN npm run build
24
25
# Stage 2: Runtime
26
# Same base as builder to guarantee ABI compatibility.
27
-FROM node:22.14-alpine AS runner
+FROM node:22.23.1-alpine AS runner
28
29
30
0 commit comments