Skip to content

Commit 9012f4a

Browse files
authored
Patch-level image updates (#489)
1 parent 0cf6c27 commit 9012f4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.0-53
14+
# VERSION=6.5.0-75
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
@@ -24,7 +24,7 @@
2424
# MEMCACHE_VERSION=1.6.38-alpine
2525
# REDIS_URL=redis://zammad-redis:6379
2626
# REDIS_VERSION=7.4.3-alpine
27-
# POSTGRES_VERSION=17.4-alpine
27+
# POSTGRES_VERSION=17.5-alpine
2828

2929
# RAILS_TRUSTED_PROXIES=
3030
# ZAMMAD_HTTP_TYPE=

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0-53}
55+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-75}
5656
restart: ${RESTART:-always}
5757
volumes:
5858
- zammad-storage:/opt/zammad/storage
@@ -112,7 +112,7 @@ services:
112112
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
113113
POSTGRES_USER: ${POSTGRES_USER:-zammad}
114114
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
115-
image: postgres:${POSTGRES_VERSION:-17.4-alpine}
115+
image: postgres:${POSTGRES_VERSION:-17.5-alpine}
116116
restart: ${RESTART:-always}
117117
volumes:
118118
- postgresql-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)