Skip to content

Commit

Permalink
chore(deps): update nocodb/nocodb docker tag to v0.260.7 (#6740)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 07d62d9 commit 2078eec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/nocodb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "nocodb",
"tipi_version": 73,
"version": "0.260.6",
"tipi_version": 74,
"version": "0.260.7",
"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",
Expand Down Expand Up @@ -42,5 +42,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739093782000
"updated_at": 1739363047000
}
2 changes: 1 addition & 1 deletion apps/nocodb/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "nocodb",
"image": "nocodb/nocodb:0.260.6",
"image": "nocodb/nocodb:0.260.7",
"isMain": true,
"internalPort": 8080,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/nocodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.260.6"
image: "nocodb/nocodb:0.260.7"
ports:
- "${APP_PORT}:8080"
restart: always
Expand Down

0 comments on commit 2078eec

Please sign in to comment.