From 18cc53f0b24a172cfd1c571df62f3f9f5319f9df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:28:27 +0000 Subject: [PATCH] chore(deps): update gristlabs/grist docker tag to v1.1.12 (#2703) --- apps/grist/config.json | 4 ++-- apps/grist/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/grist/config.json b/apps/grist/config.json index 7b8b2524..42fe6468 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": 10, - "version": "1.1.11", + "tipi_version": 11, + "version": "1.1.12", "categories": [ "utilities" ], diff --git a/apps/grist/docker-compose.yml b/apps/grist/docker-compose.yml index 335f5d0c..642910e5 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.11" + image: "gristlabs/grist:1.1.12" ports: - "${APP_PORT}:8484" restart: always