chore(deps): update nocodb/nocodb docker tag to v0.107.4 (#586)

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

* 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-05-24 16:31:21 -04:00 committed by GitHub
parent 2ed53d676a
commit 2cb1d8dfb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 7,
"version": "0.107.3",
"tipi_version": 8,
"version": "0.107.4",
"categories": [
"utilities"
],

View File

@ -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.107.3'
image: 'nocodb/nocodb:0.107.4'
ports:
- '${APP_PORT}:8080'
restart: always