Skip to content

Commit c1434da

Browse files
committed
1 parent bf5851b commit c1434da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Build
22
# Pin to the Node 22 LTS minor release for reproducible builds.
33
# Update this tag when you upgrade Node (also update the runner stage below).
4-
FROM node:22.14-alpine AS builder
4+
FROM node:22.23.1-alpine AS builder
55

66
WORKDIR /app
77

@@ -24,7 +24,7 @@ RUN npm run build
2424

2525
# Stage 2: Runtime
2626
# Same base as builder to guarantee ABI compatibility.
27-
FROM node:22.14-alpine AS runner
27+
FROM node:22.23.1-alpine AS runner
2828

2929
WORKDIR /app
3030

0 commit comments

Comments
 (0)