chore: publish 1.5.7+4.5.7 release
This commit is contained in:
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lukevella/rallly:4.5.6
|
||||
image: lukevella/rallly:4.5.7
|
||||
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.5.6+4.5.6"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.7+4.5.7"
|
||||
- "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.5.7+4.5.7
Normal file
1
release/1.5.7+4.5.7
Normal file
@ -0,0 +1 @@
|
||||
This is a critical security update that upgrades Next.js to address CVE-2025-66478. We strongly recommend all users upgrade to this version immediately.
|
||||
Reference in New Issue
Block a user