Skip to content

Commit

Permalink
feat: Prepare for 7.0.0 release (#98)
Browse files Browse the repository at this point in the history
* feat: Prepare for 7.0.0 release

* Update Dockerfile.dashboard

* Update Dockerfile.dashboard

* Update release.yml
  • Loading branch information
cbaker6 authored Mar 19, 2024
1 parent b33524d commit a0e73ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: [ '*.*.*', '*.*.*-*' ]

env:
LATEST: '6.5.4'
LATEST: '7.0.0'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
4 changes: 2 additions & 2 deletions parse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM netreconlab/parse-server:latest AS build
FROM parseplatform/parse-server:latest AS build

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

# Start parse-hipaa setup as root
USER root
Expand Down
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 netreconlab/parse-server:latest AS build
FROM parseplatform/parse-server:latest AS build

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

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

0 comments on commit a0e73ff

Please sign in to comment.