Skip to content

Commit 8f85ae2

Browse files
fix: Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 (parse-community#9583)
1 parent 889dbb5 commit 8f85ae2

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.17.0-alpine3.20 AS build
4+
FROM node:20.18.2-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.17.0-alpine3.20 AS release
31+
FROM node:20.18.2-alpine3.20 AS release
3232

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

0 commit comments

Comments
 (0)