We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889dbb5 commit 8f85ae2Copy full SHA for 8f85ae2
Dockerfile
@@ -1,7 +1,7 @@
1
############################################################
2
# Build stage
3
4
-FROM node:20.17.0-alpine3.20 AS build
+FROM node:20.18.2-alpine3.20 AS build
5
6
RUN apk --no-cache add \
7
build-base \
@@ -28,7 +28,7 @@ RUN npm ci --omit=dev --ignore-scripts \
28
29
# Release stage
30
31
-FROM node:20.17.0-alpine3.20 AS release
+FROM node:20.18.2-alpine3.20 AS release
32
33
VOLUME /parse-server/cloud /parse-server/config
34
0 commit comments