diff --git a/.env.dist b/.env.dist index 66eb06ce..40149e70 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-0045 +# VERSION=7.1.2-0000 # You can also use floating versions that will give you automatic updates: # VERSION=6.2 # all patchlevel updates # VERSION=6 # including minor updates diff --git a/docker-compose.yml b/docker-compose.yml index 0f8c382b..1934e226 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-0045} + image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-7.1.2-0000} init: true restart: ${RESTART:-always} volumes: