Skip to content

Commit 9fc0bfb

Browse files
authoredMar 14, 2025··
fix: Security upgrade node from 20.18.2-alpine3.20 to 20.19.0-alpine3.20 (#9646)
1 parent b2df741 commit 9fc0bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################
22
# Build stage
33
############################################################
4-
FROM node:20.18.2-alpine3.20 AS build
4+
FROM node:20.19.0-alpine3.20 AS build
55

66
RUN apk --no-cache add \
77
build-base \
@@ -28,7 +28,7 @@ RUN npm ci --omit=dev --ignore-scripts \
2828
############################################################
2929
# Release stage
3030
############################################################
31-
FROM node:20.18.2-alpine3.20 AS release
31+
FROM node:20.19.0-alpine3.20 AS release
3232

3333
VOLUME /parse-server/cloud /parse-server/config
3434

0 commit comments

Comments
 (0)
Please sign in to comment.