diff --git a/.env.dist b/.env.dist index ab0483e2..da9ed299 100644 --- a/.env.dist +++ b/.env.dist @@ -11,7 +11,7 @@ # Use a fixed Zammad version rather than the default. If you do so, # you are responsible to update this to newer patch level versions yourself. -# VERSION=7.1.1-0012 +# VERSION=7.1.1-0015 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates @@ -19,9 +19,9 @@ # VERSION=develop # bleeding-edge development version # IMAGE_REPO=ghcr.io/zammad/zammad -# ELASTICSEARCH_VERSION=9.4.2 +# ELASTICSEARCH_VERSION=9.4.3 # MEMCACHE_SERVERS=zammad-memcached:11211 -# MEMCACHE_VERSION=1.6.42-alpine +# MEMCACHE_VERSION=1.6.43-alpine # REDIS_URL=redis://zammad-redis:6379 # REDIS_VERSION=8.8-alpine # POSTGRES_VERSION=17.10-alpine diff --git a/docker-compose.yml b/docker-compose.yml index d0ff7b3a..9a202914 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -100,7 +100,7 @@ x-shared: LETSENCRYPT_HOST: LETSENCRYPT_EMAIL: - image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0012} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.1-0015} restart: ${RESTART:-always} volumes: - zammad-backup:/var/tmp/zammad:ro # needed for waiting on restore operations @@ -123,7 +123,7 @@ services: user: 0:0 zammad-elasticsearch: - image: elasticsearch:${ELASTICSEARCH_VERSION:-9.4.2} + image: elasticsearch:${ELASTICSEARCH_VERSION:-9.4.3} restart: ${RESTART:-always} volumes: - elasticsearch-data:/usr/share/elasticsearch/data @@ -143,7 +143,7 @@ services: zammad-memcached: command: memcached -m 256M - image: memcached:${MEMCACHE_VERSION:-1.6.42-alpine} + image: memcached:${MEMCACHE_VERSION:-1.6.43-alpine} restart: ${RESTART:-always} healthcheck: test: ["CMD", "nc", "-z", "127.0.0.1", "11211"]