chore(deps): update gristlabs/grist docker tag to v1.1.13 (#3174)

This commit is contained in:
renovate[bot] 2024-04-15 21:19:59 +00:00 committed by GitHub
parent 06185d760e
commit d9480f8719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "grist", "id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.", "description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 11, "tipi_version": 12,
"version": "1.1.12", "version": "1.1.13",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -6,7 +6,7 @@ services:
environment: environment:
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR} - GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
image: "gristlabs/grist:1.1.12" image: "gristlabs/grist:1.1.13"
ports: ports:
- "${APP_PORT}:8484" - "${APP_PORT}:8484"
restart: always restart: always