File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
tags : [ '*.*.*', '*.*.*-*' ]
6
6
7
7
env :
8
- LATEST : ' 8.0.1 '
8
+ LATEST : ' 8.0.2 '
9
9
REGISTRY : docker.io
10
10
IMAGE_NAME : ${{ github.repository }}
11
11
Original file line number Diff line number Diff line change 1
1
# ###########################################################
2
2
# Build stage
3
3
# ###########################################################
4
- FROM parseplatform/parse-server:8.0.0 AS build
4
+ FROM parseplatform/parse-server:latest AS build
5
5
6
6
# Setup directories
7
7
COPY ./scripts/ ./scripts/
@@ -19,7 +19,7 @@ RUN apk --no-cache add git \
19
19
# ###########################################################
20
20
# Release stage
21
21
# ###########################################################
22
- FROM parseplatform/parse-server:8.0.0 AS release
22
+ FROM parseplatform/parse-server:latest AS release
23
23
24
24
# Start parse-hipaa setup as root
25
25
USER root
Original file line number Diff line number Diff line change 1
1
############################################################
2
2
# Build stage
3
3
############################################################
4
- FROM parseplatform/parse-server:8.0.0 AS build
4
+ FROM parseplatform/parse-server:latest AS build
5
5
6
6
# Setup directories
7
7
COPY ./scripts/ ./scripts/
@@ -19,7 +19,7 @@ RUN apk --no-cache add git \
19
19
############################################################
20
20
# Release stage
21
21
############################################################
22
- FROM parseplatform/parse-server:8.0.0 AS release
22
+ FROM parseplatform/parse-server:latest AS release
23
23
24
24
# Start parse-hipaa setup as root
25
25
USER root
You can’t perform that action at this time.
0 commit comments