From 05e067b7f366b7a247019d00fca737fee333e60f Mon Sep 17 00:00:00 2001 From: Javielico Date: Wed, 4 Sep 2024 11:59:39 +0100 Subject: [PATCH] chore: publish v4.3.0-282de499 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index f5ea040..387bc25 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: app: - image: "boky/postfix:v3.1.0" + image: "boky/postfix:v4.3.0" networks: - proxy healthcheck: @@ -33,7 +33,7 @@ services: #- "traefik.tcp.routers.${STACK_NAME}.tls=true" #- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp" - - coop-cloud.${STACK_NAME}.app.version=v3.0.0-282de498 + - coop-cloud.${STACK_NAME}.app.version=v4.3.0-282de499 networks: proxy: external: true