Skip to content

Commit 4c9e006

Browse files
Merge pull request #55 from andreibesleaga/snyk-fix-ae50f6f90c84655fc8c82d7da9846523
[Snyk] Security upgrade node from 22.14-alpine to 22.23.1-alpine
2 parents bf5851b + c1434da commit 4c9e006

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)