chore: publish 1.2.0+1.35.3 release

This commit is contained in:
2025-10-22 10:50:26 -04:00
parent e61e4d9e13
commit e85291cdb6

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: baserow/baserow:1.31.1
image: baserow/baserow:1.35.3
networks:
- proxy
environment:
@ -30,7 +30,7 @@ services:
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "backupbot.backup=true"
- "backupbot.backup.path=/baserow/data"
- "coop-cloud.${STACK_NAME}.version=1.1.0+1.31.1"
- "coop-cloud.${STACK_NAME}.version=1.2.0+1.35.3"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s