From a0e3a4d971dbcf1e87a9a8741fc390bb511e0781 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 29 Nov 2021 09:59:15 +0100 Subject: [PATCH] chore: bump versions --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 1c0b267..32eb82a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: web: - image: "nginx:1.19.10" + image: "nginx:1.21.4" environment: - DOMAIN=${DOMAIN} configs: @@ -21,7 +21,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - coop-cloud.${STACK_NAME}.web.version=1.19.10-75a55d33 app: - image: "collabora/code:6.4.8.1" + image: "collabora/code:6.4.9.3" configs: - source: loolwsd_xml target: /etc/loolwsd/loolwsd.xml