Skip to content

Commit

Permalink
Merge pull request #232 from supportpal/5.x
Browse files Browse the repository at this point in the history
[Automated] Merge 5.x into master
  • Loading branch information
bytestream authored Feb 4, 2025
2 parents 2411148 + 9be2e39 commit 340f97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ MEILISEARCH_SERVICE_NAME=meilisearch
QDRANT_SERVICE_NAME=qdrant

# Misc
APP_VERSION=5.5.1
APP_VERSION=5.6.0

# Secrets
CONFIGURATOR_VERSION=latest
Expand Down
2 changes: 1 addition & 1 deletion templates/docker-monolithic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.8'
services:
supportpal:
container_name: supportpal
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.5.1'
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.6.0'
restart: always
stop_grace_period: 60s
ports:
Expand Down

0 comments on commit 340f97a

Please sign in to comment.