Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c925f1cedc |
+2
-2
@@ -19,7 +19,7 @@ services:
|
||||
max_attempts: 0
|
||||
|
||||
app:
|
||||
image: vikunja/vikunja:2.1.0
|
||||
image: vikunja/vikunja:2.2.2
|
||||
environment:
|
||||
- DOMAIN
|
||||
- LOG_LEVEL
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}$${1}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.1.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.1.0+2.2.2"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck"]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
patch CVEs: CVE-2026-33312 and CVE-2026-29794
|
||||
Reference in New Issue
Block a user