chore(deps): update nocodb/nocodb docker tag to v0.250.2 (#3870)

* chore(deps): update nocodb/nocodb docker tag to v0.250.2

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-06-23 01:49:41 +02:00 committed by GitHub
parent ebfce7c7a2
commit 7e52e316d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 49,
"version": "0.250.1",
"tipi_version": 50,
"version": "0.250.2",
"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",

View File

@ -12,7 +12,7 @@ services:
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
- DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25}
image: "nocodb/nocodb:0.250.1"
image: "nocodb/nocodb:0.250.2"
ports:
- "${APP_PORT}:8080"
restart: always