Skip to content

Commit 7accb90

Browse files
authored
Update default APP_VERSION to 5.7.6 (#308)
1 parent f280791 commit 7accb90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/docker-compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MQ_SERVICE_NAME=supportpal_mq
3333
MEILISEARCH_SERVICE_NAME=meilisearch
3434

3535
# Misc
36-
APP_VERSION=6.0.3
36+
APP_VERSION=5.7.6
3737

3838
# Secrets
3939
CONFIGURATOR_VERSION=latest

templates/docker-monolithic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
supportpal:
33
container_name: supportpal
4-
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:6.0.3'
4+
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.7.6'
55
restart: always
66
stop_grace_period: 60s
77
ports:

0 commit comments

Comments
 (0)