From 409995e015ddb4807a4c289509d250170acc0942 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:09:16 +0000 Subject: [PATCH] chore(deps): update gristlabs/grist docker tag to v1.1.3 (#944) --- apps/grist/config.json | 20 ++++++++++++++------ apps/grist/docker-compose.yml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/apps/grist/config.json b/apps/grist/config.json index 12b90598..2327e89a 100644 --- a/apps/grist/config.json +++ b/apps/grist/config.json @@ -5,9 +5,11 @@ "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": 1, - "version": "1.1.2", - "categories": ["utilities"], + "tipi_version": 2, + "version": "1.1.3", + "categories": [ + "utilities" + ], "short_desc": "Grist is the evolution of spreadsheets.", "author": "https://github.com/gristlabs", "source": "https://github.com/gristlabs/grist-core", @@ -18,10 +20,16 @@ "label": "GRIST_SANDBOX_FLAVOR", "required": true, "options": [ - { "label": "unsandboxed", "value": "unsandboxed" }, - { "label": "gvisor", "value": "gvisor" } + { + "label": "unsandboxed", + "value": "unsandboxed" + }, + { + "label": "gvisor", + "value": "gvisor" + } ], "env_variable": "GRIST_SANDBOX_FLAVOR" } ] -} \ No newline at end of file +} diff --git a/apps/grist/docker-compose.yml b/apps/grist/docker-compose.yml index 4a71591a..91987d15 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.2" + image: "gristlabs/grist:1.1.3" ports: - "${APP_PORT}:8484" restart: always