File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212# Use a fixed Zammad version rather than the default. If you do so,
1313# you are responsible to update this to newer patch level versions yourself.
14- # VERSION=6.5.2-43
14+ # VERSION=6.5.2-46
1515# You can also use floating versions that will give you automatic updates:
1616# VERSION=6.2 # all patchlevel updates
1717# VERSION=6 # including minor updates
1818# VERSION=latest # all updates of stable versions, including major
1919# VERSION=develop # bleeding-edge development version
2020# IMAGE_REPO=ghcr.io/zammad/zammad
2121
22- # ELASTICSEARCH_VERSION=8.19.7
22+ # ELASTICSEARCH_VERSION=8.19.8
2323# MEMCACHE_SERVERS=zammad-memcached:11211
2424# MEMCACHE_VERSION=1.6.39-alpine
2525# REDIS_URL=redis://zammad-redis:6379
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ x-shared:
5252 LETSENCRYPT_HOST :
5353 LETSENCRYPT_EMAIL :
5454
55- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.2-43 }
55+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.2-46 }
5656 restart : ${RESTART:-always}
5757 volumes :
5858 - zammad-storage:/opt/zammad/storage
@@ -71,7 +71,7 @@ services:
7171 user : 0:0
7272
7373 zammad-elasticsearch :
74- image : elasticsearch:${ELASTICSEARCH_VERSION:-8.19.7 }
74+ image : elasticsearch:${ELASTICSEARCH_VERSION:-8.19.8 }
7575 restart : ${RESTART:-always}
7676 volumes :
7777 - elasticsearch-data:/usr/share/elasticsearch/data
You can’t perform that action at this time.
0 commit comments