Skip to content

Commit 6ee671e

Browse files
authored
Apply patch-level image updates (#470)
1 parent f3eb244 commit 6ee671e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.env.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
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-45
14+
# VERSION=6.4.1-64
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.1
22+
# ELASTICSEARCH_VERSION=8.17.3
2323
# MEMCACHE_SERVERS=zammad-memcached:11211
24-
# MEMCACHE_VERSION=1.6.36-alpine
24+
# MEMCACHE_VERSION=1.6.37-alpine
2525
# REDIS_URL=redis://zammad-redis:6379
2626
# REDIS_VERSION=7.4.2-alpine
27-
# POSTGRES_VERSION=17.2-alpine
27+
# POSTGRES_VERSION=17.4-alpine
2828

2929
# RAILS_TRUSTED_PROXIES=
3030
# ZAMMAD_HTTP_TYPE=

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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-45}
54+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-64}
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.1}
73+
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.3}
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.36-alpine}
96+
image: memcached:${MEMCACHE_VERSION:-1.6.37-alpine}
9797
restart: ${RESTART:-always}
9898

9999
zammad-nginx:
@@ -111,7 +111,7 @@ services:
111111
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
112112
POSTGRES_USER: ${POSTGRES_USER:-zammad}
113113
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
114-
image: postgres:${POSTGRES_VERSION:-17.2-alpine}
114+
image: postgres:${POSTGRES_VERSION:-17.4-alpine}
115115
restart: ${RESTART:-always}
116116
volumes:
117117
- postgresql-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)