From ab01c7675546bdced771c7cc9dfcca65ce3c5ed3 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 4 Aug 2026 05:12:35 +0000 Subject: [PATCH 1/4] chore: redis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5dafc230..e20f219e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -189,7 +189,7 @@ services: retries: 3 zammad-redis: - image: redis:${REDIS_VERSION:-8.8.1-alpine} + image: redis:${REDIS_VERSION:-8.10-alpine} restart: ${RESTART:-always} volumes: - redis-data:/data From 11acc7cf0ce3998a6f0fd8c38e19b12a4c6d1f2a Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 4 Aug 2026 05:12:35 +0000 Subject: [PATCH 2/4] chore: redis-env-dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index 0d5b3cd3..d0c1c9a5 100644 --- a/.env.dist +++ b/.env.dist @@ -23,7 +23,7 @@ # MEMCACHE_SERVERS=zammad-memcached:11211 # MEMCACHE_VERSION=1.6.45-alpine # REDIS_URL=redis://zammad-redis:6379 -# REDIS_VERSION=8.8.1-alpine +# REDIS_VERSION=8.10-alpine # POSTGRES_VERSION=17.10-alpine # RAILS_TRUSTED_PROXIES= From 06642047a8a208770538b3ea7a56cac30c6f4747 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 4 Aug 2026 05:12:36 +0000 Subject: [PATCH 3/4] chore: zammad MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e20f219e..0f8c382b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -100,7 +100,7 @@ x-shared: LETSENCRYPT_HOST: LETSENCRYPT_EMAIL: - image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0037} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0045} init: true restart: ${RESTART:-always} volumes: From 05a355524b1c5c1bc7e56593f070cce2d4b00f21 Mon Sep 17 00:00:00 2001 From: updatecli-bot Date: Tue, 4 Aug 2026 05:12:36 +0000 Subject: [PATCH 4/4] chore: zammad-env-dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index d0c1c9a5..66eb06ce 100644 --- a/.env.dist +++ b/.env.dist @@ -11,7 +11,7 @@ # Use a fixed Zammad version rather than the default. If you do so, # you are responsible to update this to newer patch level versions yourself. -# VERSION=7.1.1-0037 +# VERSION=7.1.1-0045 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates