File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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.4.1-64
14+ # VERSION=6.4.2
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.17.3
22+ # ELASTICSEARCH_VERSION=8.17.4
2323# MEMCACHE_SERVERS=zammad-memcached:11211
24- # MEMCACHE_VERSION=1.6.37 -alpine
24+ # MEMCACHE_VERSION=1.6.38 -alpine
2525# REDIS_URL=redis://zammad-redis:6379
2626# REDIS_VERSION=7.4.2-alpine
2727# POSTGRES_VERSION=17.4-alpine
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
66 spec :
77 image : " zammad/zammad-docker-compose"
88 architecture : " linux/amd64"
9- # tagfilter: "^6\\.4\\.1 $"
10- # tagfilter: "^6\\.4\\.1 -\\d{1}"
11- tagfilter : " ^6\\ .4\\ .1 -\\ d{2}"
12- # tagfilter: "^6\\.4\\.1 -\\d{3}"
9+ tagfilter : " ^6\\ .4\\ .2 $"
10+ # tagfilter: "^6\\.4\\.2 -\\d{1}"
11+ # tagfilter: "^6\\.4\\.2 -\\d{2}"
12+ # tagfilter: "^6\\.4\\.2 -\\d{3}"
1313 elasticsearch :
1414 kind : dockerimage
1515 spec :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ x-shared:
5151 LETSENCRYPT_HOST :
5252 LETSENCRYPT_EMAIL :
5353
54- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-64 }
54+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.2 }
5555 restart : ${RESTART:-always}
5656 volumes :
5757 - zammad-storage:/opt/zammad/storage
@@ -70,7 +70,7 @@ services:
7070 user : 0:0
7171
7272 zammad-elasticsearch :
73- image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.3 }
73+ image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.4 }
7474 restart : ${RESTART:-always}
7575 volumes :
7676 - elasticsearch-data:/bitnami/elasticsearch/data
@@ -93,7 +93,7 @@ services:
9393
9494 zammad-memcached :
9595 command : memcached -m 256M
96- image : memcached:${MEMCACHE_VERSION:-1.6.37 -alpine}
96+ image : memcached:${MEMCACHE_VERSION:-1.6.38 -alpine}
9797 restart : ${RESTART:-always}
9898
9999 zammad-nginx :
You can’t perform that action at this time.
0 commit comments