Skip to content

Commit 53f5af5

Browse files
authored
Patch-level image updates (#461)
1 parent f468700 commit 53f5af5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.env.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Docker Environment Variables
22
# https://docs.zammad.org/en/latest/install/docker-compose/environment.html
33

4-
# ELASTICSEARCH_VERSION=8.17.0
4+
# ELASTICSEARCH_VERSION=8.17.1
55
# IMAGE_REPO=ghcr.io/zammad/zammad
66
# MEMCACHE_SERVERS=zammad-memcached:11211
7-
# MEMCACHE_VERSION=1.6.34-alpine
7+
# MEMCACHE_VERSION=1.6.36-alpine
88
# NGINX_PORT=8080
99
# NGINX_EXPOSE_PORT=8080
1010
# NGINX_CLIENT_MAX_BODY_SIZE=50M
@@ -19,7 +19,7 @@
1919
# REDIS_VERSION=7.4.2-alpine
2020
# RESTART=always
2121
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
22-
# VERSION=6.4.1-29
22+
# VERSION=6.4.1-45
2323
# You can also use floating versions that will give you automatic updates:
2424
# VERSION=6.2 # all patchlevel updates
2525
# VERSION=6 # including minor updates

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ x-shared:
4747
LETSENCRYPT_HOST:
4848
LETSENCRYPT_EMAIL:
4949

50-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29}
50+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-45}
5151
restart: ${RESTART:-always}
5252
volumes:
5353
- zammad-storage:/opt/zammad/storage
@@ -67,7 +67,7 @@ services:
6767
user: 0:0
6868

6969
zammad-elasticsearch:
70-
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.0}
70+
image: bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.1}
7171
restart: ${RESTART:-always}
7272
volumes:
7373
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -82,7 +82,7 @@ services:
8282

8383
zammad-memcached:
8484
command: memcached -m 256M
85-
image: memcached:${MEMCACHE_VERSION:-1.6.34-alpine}
85+
image: memcached:${MEMCACHE_VERSION:-1.6.36-alpine}
8686
restart: ${RESTART:-always}
8787

8888
zammad-nginx:

0 commit comments

Comments
 (0)