diff --git a/docker-compose.yml b/docker-compose.yml index f78de03f..18e3bcc6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -117,7 +117,7 @@ services: - rspamd php-fpm-mailcow: - image: ghcr.io/mailcow/phpfpm:8.2.29-1 + image: ghcr.io/mailcow/phpfpm:8.2.29-2 command: "php-fpm -d date.timezone=${TZ} -d expose_php=0" depends_on: - redis-mailcow @@ -465,7 +465,7 @@ services: condition: service_started unbound-mailcow: condition: service_healthy - image: ghcr.io/mailcow/acme:1.95 + image: ghcr.io/mailcow/acme:1.96 dns: - ${IPV4_NETWORK:-172.22.1}.254 environment: @@ -506,7 +506,7 @@ services: - acme netfilter-mailcow: - image: ghcr.io/mailcow/netfilter:1.63 + image: ghcr.io/mailcow/netfilter:1.64 stop_grace_period: 30s restart: always privileged: true @@ -601,7 +601,7 @@ services: - watchdog dockerapi-mailcow: - image: ghcr.io/mailcow/dockerapi:2.11a + image: ghcr.io/mailcow/dockerapi:2.12 security_opt: - label=disable restart: always