Skip to content

Commit d1575ea

Browse files
authored
Update Zammad and Redis images (patch) (#434)
1 parent 24a24c2 commit d1575ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# POSTGRES_VERSION=15.8-alpine
1313
# POSTGRESQL_OPTIONS=?pool=50
1414
# REDIS_URL=redis://zammad-redis:6379
15-
# REDIS_VERSION=7.4.0-alpine
15+
# REDIS_VERSION=7.4.1-alpine
1616
# RESTART=always
1717
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18-
# VERSION=6.3.1-185
18+
# VERSION=6.3.1-196
1919
# You can also use floating versions that will give you automatic updates:
2020
# VERSION=6.2 # all patchlevel updates
2121
# VERSION=6 # including minor updates

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ x-shared:
3636
ZAMMAD_SESSION_JOBS:
3737
ZAMMAD_PROCESS_SCHEDULED:
3838
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
39-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-185}
39+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.3.1-196}
4040
restart: ${RESTART:-always}
4141
volumes:
4242
- zammad-storage:/opt/zammad/storage
@@ -99,7 +99,7 @@ services:
9999
command: ["zammad-railsserver"]
100100

101101
zammad-redis:
102-
image: redis:${REDIS_VERSION:-7.4.0-alpine}
102+
image: redis:${REDIS_VERSION:-7.4.1-alpine}
103103
restart: ${RESTART:-always}
104104
volumes:
105105
- redis-data:/data

0 commit comments

Comments
 (0)