From 94558d4055619c5115b726f14a127137967ef3d8 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Fri, 2 Dec 2022 11:26:02 +0100 Subject: [PATCH] chore: publish 3.0.1+25.0.1-fpm release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 5027477..0e47ba9 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: web: - image: nginx:1.23.1 + image: nginx:1.23.2 configs: - source: nginx_conf target: /etc/nginx/nginx.conf @@ -78,7 +78,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=3.0.0+25.0.1-fpm" + - "coop-cloud.${STACK_NAME}.version=3.0.1+25.0.1-fpm" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"