diff --git a/.env.dist b/.env.dist index 2a425a66..641a6df7 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=6.5.2-43 +# VERSION=6.5.2-46 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates @@ -19,7 +19,7 @@ # VERSION=develop # bleeding-edge development version # IMAGE_REPO=ghcr.io/zammad/zammad -# ELASTICSEARCH_VERSION=8.19.7 +# ELASTICSEARCH_VERSION=8.19.8 # MEMCACHE_SERVERS=zammad-memcached:11211 # MEMCACHE_VERSION=1.6.39-alpine # REDIS_URL=redis://zammad-redis:6379 diff --git a/docker-compose.yml b/docker-compose.yml index 61c46afb..d7bb88fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -52,7 +52,7 @@ x-shared: LETSENCRYPT_HOST: LETSENCRYPT_EMAIL: - image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.2-43} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.2-46} restart: ${RESTART:-always} volumes: - zammad-storage:/opt/zammad/storage @@ -71,7 +71,7 @@ services: user: 0:0 zammad-elasticsearch: - image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.7} + image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.8} restart: ${RESTART:-always} volumes: - elasticsearch-data:/usr/share/elasticsearch/data