chore(deps): update nocodb/nocodb docker tag to v0.204.7 (#2880)

This commit is contained in:
renovate[bot] 2024-03-19 18:01:31 +00:00 committed by GitHub
parent c5fa5a2c00
commit 08d48f8e38
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": 40,
"version": "0.204.6",
"tipi_version": 41,
"version": "0.204.7",
"categories": [
"utilities"
],

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.204.6"
image: "nocodb/nocodb:0.204.7"
ports:
- "${APP_PORT}:8080"
restart: always