From 44b1c6aee83a37a5e29b45a576840dafa59cf129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:44:25 -0400 Subject: [PATCH] chore(deps): update nocodb/nocodb docker tag to v0.109.1 (#692) * chore(deps): update nocodb/nocodb docker tag to v0.109.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/nocodb/config.json | 8 +++++--- apps/nocodb/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/nocodb/config.json b/apps/nocodb/config.json index 5f23adc0..af0b980e 100644 --- a/apps/nocodb/config.json +++ b/apps/nocodb/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "nocodb", - "tipi_version": 11, - "version": "0.108.1", - "categories": ["utilities"], + "tipi_version": 12, + "version": "0.109.1", + "categories": [ + "utilities" + ], "description": "The Open Source Airtable Alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.", "short_desc": "Open Source Airtable Alternative", "author": "https://github.com/nocodb", diff --git a/apps/nocodb/docker-compose.yml b/apps/nocodb/docker-compose.yml index b1b16e72..414af588 100644 --- a/apps/nocodb/docker-compose.yml +++ b/apps/nocodb/docker-compose.yml @@ -11,7 +11,7 @@ services: - NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET} - NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379 - image: "nocodb/nocodb:0.108.1" + image: "nocodb/nocodb:0.109.1" ports: - "${APP_PORT}:8080" restart: always