From ece88079593058d888c592a2fd39e29b67705e02 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Fri, 2 Dec 2022 11:09:17 +0100 Subject: [PATCH] chore: publish 2.0.2+v2.9.5 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 5fc9f1f..c4ca9c2 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "traefik:v2.9.4" + image: "traefik:v2.9.5" # Note(decentral1se): *please do not* add any additional ports here. # Doing so could break new installs with port conflicts. Please use # the usual `compose.$app.yml` approach for any additional ports @@ -47,7 +47,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.options=default@file" - "traefik.http.routers.${STACK_NAME}.service=api@internal" - "traefik.http.routers.${STACK_NAME}.middlewares=security@file" - - "coop-cloud.${STACK_NAME}.version=2.0.1+v2.9.4" + - "coop-cloud.${STACK_NAME}.version=2.0.2+v2.9.5" networks: proxy: