Skip to content

Commit 0ace2ef

Browse files
authored
Patch-level image updates (#456)
1 parent a4c6f48 commit 0ace2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# REDIS_VERSION=7.4.2-alpine
1717
# RESTART=always
1818
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
19-
# VERSION=6.4.1-19
19+
# VERSION=6.4.1-29
2020
# You can also use floating versions that will give you automatic updates:
2121
# VERSION=6.2 # all patchlevel updates
2222
# VERSION=6 # including minor updates

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ x-shared:
3838
ZAMMAD_SESSION_JOBS:
3939
ZAMMAD_PROCESS_SCHEDULED:
4040
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
41-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-19}
41+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29}
4242
restart: ${RESTART:-always}
4343
volumes:
4444
- zammad-storage:/opt/zammad/storage

0 commit comments

Comments
 (0)