Skip to content

Commit

Permalink
Update Dockerfile.dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored May 17, 2024
1 parent 49c0ee4 commit df4283d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parse/Dockerfile.dashboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM parseplatform/parse-server:7.1.0-alpha.3 AS build
FROM parseplatform/parse-server:7.1.0-alpha.8 AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM parseplatform/parse-server:7.1.0-alpha.3 AS release
FROM parseplatform/parse-server:7.1.0-alpha.8 AS release

# Start parse-hipaa setup as root
USER root
Expand Down

0 comments on commit df4283d

Please sign in to comment.