Skip to content

Commit 63428d8

Browse files
authored
Merge pull request #9 from npv2k1/snyk-fix-7b48535c3ee13f4531980588334cea51
[Snyk] Security upgrade node from 24.1.0-alpine to 24.11.1-alpine
2 parents 6914e1c + 15fef66 commit 63428d8

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,4 +1,4 @@
1-
FROM node:24.1.0-alpine AS builder
1+
FROM node:24.11.1-alpine AS builder
22
RUN apk add --no-cache libc6-compat
33
RUN npm i -g pnpm@8.2.0
44

@@ -12,7 +12,7 @@ RUN pnpm install
1212
COPY . .
1313
RUN npm run build
1414

15-
FROM node:24.1.0-alpine
15+
FROM node:24.11.1-alpine
1616
RUN apk add --no-cache libc6-compat
1717
RUN npm i -g pnpm@8.2.0
1818
WORKDIR /app

0 commit comments

Comments
 (0)