From 7b43a245998d7890bba6a033b7a52325c4203ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 22:17:12 +0000 Subject: [PATCH] chore(deps): update gristlabs/grist docker tag to v1.1.14 (#3511) --- apps/grist/config.json | 13 ++++--------- apps/grist/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/grist/config.json b/apps/grist/config.json index 89ef07a2..a8ba2973 100644 --- a/apps/grist/config.json +++ b/apps/grist/config.json @@ -5,11 +5,9 @@ "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": 12, - "version": "1.1.13", - "categories": [ - "utilities" - ], + "tipi_version": 13, + "version": "1.1.14", + "categories": ["utilities"], "short_desc": "Grist is the evolution of spreadsheets.", "author": "https://github.com/gristlabs", "source": "https://github.com/gristlabs/grist-core", @@ -32,8 +30,5 @@ "env_variable": "GRIST_SANDBOX_FLAVOR" } ], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/grist/docker-compose.yml b/apps/grist/docker-compose.yml index be409892..44f5d5d1 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.13" + image: "gristlabs/grist:1.1.14" ports: - "${APP_PORT}:8484" restart: always