From 3cb41c26133c8484ebaa5454b738819157bab8fc Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Thu, 27 Apr 2023 14:20:48 -0700 Subject: [PATCH] chore: publish 0.1.0+0.2.29 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 4871891..22e888c 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.32.0 + image: alpine/git:v2.36.3 entrypoint: /docker-entrypoint.sh volumes: - content:/git diff --git a/compose.yml b/compose.yml index 273d692..a0ebc30 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: dragas/thttpd + image: git.coopcloud.tech/coop-cloud-chaos-patchs/thttpd:0.2.29 command: ["-D", "-l", "/dev/stderr", "-d", "/var/www/http/$HTTP_SUBDIR"] networks: - proxy @@ -17,7 +17,7 @@ services: - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" # Redirect from EXTRA_DOMAINS to DOMAIN - - "coop-cloud.${STACK_NAME}.version=1.2.1+1.21.6" + - "coop-cloud.${STACK_NAME}.version=0.1.0+0.2.29" environment: - HTTP_SUBDIR volumes: