Skip to content

Commit

Permalink
Update Dockerfile.dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Dec 24, 2024
1 parent 2c39719 commit 1b6c699
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:latest AS build
FROM parseplatform/parse-server:7.4.0 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:latest AS release
FROM parseplatform/parse-server:7.4.0 AS release

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

0 comments on commit 1b6c699

Please sign in to comment.