Skip to content

Commit 44df723

Browse files
fix: Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 (parse-community#2647)
1 parent a568e56 commit 44df723

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 git
77
WORKDIR /src
@@ -27,7 +27,7 @@ RUN npm run prepare && npm run build
2727
############################################################
2828
# Release stage
2929
############################################################
30-
FROM node:20.17.0-alpine3.20 AS release
30+
FROM node:20.18.2-alpine3.20 AS release
3131
WORKDIR /src
3232

3333
# Copy production node_modules

0 commit comments

Comments
 (0)