From 18c564a35437a3a352a06d940af1a2a939a34018 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 2 Oct 2024 13:27:33 -0400 Subject: [PATCH] chore: publish 1.7.0+1.27.1 release --- compose.git-pull.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.git-pull.yml b/compose.git-pull.yml index 5e66c4c..fbd5452 100644 --- a/compose.git-pull.yml +++ b/compose.git-pull.yml @@ -3,7 +3,7 @@ services: git: environment: - GIT_REPO_URL - image: alpine/git:v2.43.0 + image: alpine/git:v2.45.2 entrypoint: /docker-entrypoint.sh volumes: - content:/git diff --git a/compose.yml b/compose.yml index 7f3b28f..2da078c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: nginx:1.26.0 + image: nginx:1.27.1 networks: - proxy deploy: @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.6.0+1.26.0" + - "coop-cloud.${STACK_NAME}.version=1.7.0+1.27.1" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: