chore: publish 0.1.0+0.2.29 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cassowary 2023-04-27 14:20:48 -07:00
parent 9786b3965b
commit 3cb41c2613
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: