diff --git a/apps/grist/config.json b/apps/grist/config.json index a8ba2973..fe4c843f 100644 --- a/apps/grist/config.json +++ b/apps/grist/config.json @@ -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": 13, - "version": "1.1.14", + "tipi_version": 14, + "version": "1.1.15", "categories": ["utilities"], "short_desc": "Grist is the evolution of spreadsheets.", "author": "https://github.com/gristlabs", diff --git a/apps/grist/docker-compose.yml b/apps/grist/docker-compose.yml index 44f5d5d1..37235254 100644 --- a/apps/grist/docker-compose.yml +++ b/apps/grist/docker-compose.yml @@ -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.14" + image: "gristlabs/grist:1.1.15" ports: - "${APP_PORT}:8484" restart: always