chore: publish 1.6.1+4.6.1 release
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-02-08 18:21:22 +00:00
parent 23a4eb228b
commit a8c9dd067e
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:4.6.0
image: lukevella/rallly:4.6.1
hostname: 0.0.0.0
networks:
- proxy
@ -45,7 +45,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+4.6.0"
- "coop-cloud.${STACK_NAME}.version=1.6.1+4.6.1"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: "bash -c 'printf \"GET / HTTP/1.1\n\n\" > /dev/tcp/127.0.0.1/3000; exit $$?;'"

1
release/1.6.1+4.6.1 Normal file
View File

@ -0,0 +1 @@
This patch fixes an issue where the edit link that is emailed to participants would expire, preventing them from making changes to their response.