chore(deps): update nocodb/nocodb docker tag to v0.106.0 (#349)

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

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-18 01:04:00 -04:00 committed by GitHub
parent 09f5b913ae
commit a1ddc4d347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 1,
"version": "0.105.3",
"categories": ["utilities"],
"tipi_version": 2,
"version": "0.106.0",
"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",

View File

@ -11,7 +11,7 @@ services:
- NC_PUBLIC_URL=https://${APP_DOMAIN}
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
image: 'nocodb/nocodb:0.105.3'
image: 'nocodb/nocodb:0.106.0'
ports:
- '${APP_PORT}:8080'
restart: always