Switch to Zammad 6.2. (#388)

This commit is contained in:
Martin Gruner
2023-12-07 13:55:21 +01:00
committed by GitHub
parent 734853ff6a
commit 4de188e05c
+7 -1
View File
@@ -11,4 +11,10 @@ POSTGRES_VERSION=15.3-alpine
REDIS_URL=redis://zammad-redis:6379
REDIS_VERSION=7.0.5-alpine
RESTART=always
VERSION=6.1.0-58
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
VERSION=6.2.0-1
# You can also use floating versions that will give you automatic updates:
# VERSION=6.2 # all patchlevel updates
# VERSION=6 # including minor updates
# VERSION=latest # all updates of stable versions, including major
# VERSION=develop # bleeding-edge development version