chore(deps): update gristlabs/grist docker tag to v1.1.5 (#1343)

This commit is contained in:
renovate[bot] 2023-10-04 14:30:05 +00:00 committed by GitHub
parent b99d55a8e9
commit 50c8d4aedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"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.",
"tipi_version": 3,
"version": "1.1.4",
"tipi_version": 4,
"version": "1.1.5",
"categories": [
"utilities"
],

View File

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