Skip to content

Commit 4c5a12a

Browse files
committed
prepare for release
1 parent 5115555 commit 4c5a12a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '19 17 * * *'
1111
push:
12-
branches: [ main ]
12+
branches: [ 4.10.7 ]
1313
# Publish semver tags as releases.
1414
tags: [ '*.*.*' ]
1515
pull_request:
16-
branches: [ main ]
16+
branches: [ 4.10.7 ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
flavor: |
61-
latest=true
61+
latest=false
6262
6363
# Build and push Docker image with Buildx (don't push on PR)
6464
# https://github.com/docker/build-push-action

docker-compose.mongo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.4'
22

33
services:
44
parse:
5-
image: netreconlab/parse-hipaa:5.0.0-alpha.23
5+
image: netreconlab/parse-hipaa:4.10.7
66
environment:
77
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
88
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
@@ -34,7 +34,7 @@ services:
3434
- db
3535
command: ["node", "index.js"]
3636
dashboard:
37-
image: parseplatform/parse-dashboard:4.0.0
37+
image: parseplatform/parse-dashboard:4.0.1
3838
environment:
3939
PARSE_DASHBOARD_TRUST_PROXY: 1
4040
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system

docker-compose.no.hipaa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.4'
22

33
services:
44
parse:
5-
image: netreconlab/parse-hipaa:5.0.0-alpha.23
5+
image: netreconlab/parse-hipaa:4.10.7
66
environment:
77
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
88
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
@@ -37,7 +37,7 @@ services:
3737
- db
3838
command: ["./wait-for-postgres.sh", "db", "node", "index.js"]
3939
dashboard:
40-
image: parseplatform/parse-dashboard:4.0.0
40+
image: parseplatform/parse-dashboard:4.0.1
4141
environment:
4242
PARSE_DASHBOARD_TRUST_PROXY: 1
4343
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.4'
22

33
services:
44
parse:
5-
image: netreconlab/parse-hipaa:5.0.0-alpha.23
5+
image: netreconlab/parse-hipaa:4.10.7
66
environment:
77
PARSE_SERVER_APPLICATION_ID: E036A0C5-6829-4B40-9B3B-3E05F6DF32B2
88
PARSE_SERVER_PRIMARY_KEY: E2466756-93CF-4C05-BA44-FF5D9C34E99F
@@ -37,7 +37,7 @@ services:
3737
depends_on:
3838
- db
3939
dashboard:
40-
image: parseplatform/parse-dashboard:4.0.0
40+
image: parseplatform/parse-dashboard:4.0.1
4141
environment:
4242
PARSE_DASHBOARD_TRUST_PROXY: 1
4343
PARSE_DASHBOARD_COOKIE_SESSION_SECRET: AB8849B6-D725-4A75-AA73-AB7103F0363F # This should be constant across all deployments on your system

parse/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM parseplatform/parse-server:5.0.0-alpha.26
1+
FROM parseplatform/parse-server:4.10.7
22

33
USER root
44
RUN apk add postgresql-client;

parse/Dockerfile.heroku

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM netreconlab/parse-hipaa:latest
1+
FROM netreconlab/parse-hipaa:4.10.7

0 commit comments

Comments
 (0)