From cedf401c577677602a21b1d4ba2a6cbc4839e8d1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 13 Nov 2023 12:59:02 +0000 Subject: [PATCH] chore: publish 2.6.0+23.05.5.4.1 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index a6f3e86..e1f9bec 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: "nginx:1.25.2" + image: "nginx:1.25.3" environment: - STACK_NAME - DOMAIN=${DOMAIN} @@ -24,7 +24,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" app: - image: "collabora/code:23.05.3.1.1" + image: "collabora/code:23.05.5.4.1" cap_add: - MKNOD secrets: @@ -44,7 +44,7 @@ services: - internal deploy: labels: - - "coop-cloud.${STACK_NAME}.version=2.5.0+23.05.3.1.1" + - "coop-cloud.${STACK_NAME}.version=2.6.0+23.05.5.4.1" networks: proxy: