File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
############################################################
2
2
# Build stage
3
3
############################################################
4
- FROM parseplatform/parse-server:7.1 .0-alpha.7 AS build
4
+ FROM parseplatform/parse-server:7.3 .0-alpha.3 AS build
5
5
6
6
# Setup directories
7
7
COPY ./scripts/ ./scripts/
@@ -10,8 +10,8 @@ COPY ./scripts/ ./scripts/
10
10
USER root
11
11
RUN apk --no-cache add git \
12
12
&& npm install --omit=dev netreconlab/parse-server-carekit#main parse-server-any-analytics-adapter@^1.x.x @analytics/google-analytics@^1.x.x @analytics/segment@^1.x.x \
13
- && npm install --omit=dev @parse/s3-files-adapter@^1 .x.x parse-server-api-mail-adapter@^2 .x.x mailgun.js@^8 .x.x \
14
- && npm install --omit=dev parse-hipaa-dashboard@^1.x.x clamscan@^2.x.x newrelic@^9 .x.x \
13
+ && npm install --omit=dev @parse/s3-files-adapter@^2 .x.x parse-server-api-mail-adapter@^4 .x.x mailgun.js@^10 .x.x \
14
+ && npm install --omit=dev parse-hipaa-dashboard@^1.x.x clamscan@^2.x.x newrelic@^11 .x.x \
15
15
&& mkdir ./files \
16
16
&& chmod +x ./scripts/wait-for-postgres.sh ./scripts/parse_idempotency_delete_expired_records.sh ./scripts/setup-dbs.sh ./scripts/setup-parse-index.sh ./scripts/setup-pgaudit.sh \
17
17
&& chown -R node ./files ./scripts
You can’t perform that action at this time.
0 commit comments