Skip to content

Commit c89c0dc

Browse files
authored
Merge pull request #1 from npv2k1/snyk-fix-a7f338e60bc31029b9c9639b273f0ba3
[Snyk] Security upgrade node from 16.20.2-alpine to 24.1.0-alpine
2 parents db40593 + bd015b5 commit c89c0dc

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:16.20.2-alpine AS builder
1+
FROM node:24.1.0-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:16.20.2-alpine
15+
FROM node:24.1.0-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)