Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nocodb/nocodb docker tag to v0.257.2 #5145

Merged
merged 3 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions apps/nocodb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 59,
"version": "0.255.2",
"categories": [
"utilities"
],
"tipi_version": 60,
"version": "0.257.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",
"author": "https://github.com/nocodb",
Expand Down Expand Up @@ -41,10 +39,7 @@
"env_variable": "NOCODB_TABLE_ROWS"
}
],
"supported_architectures": [
"arm64",
"amd64"
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1724948508000
}
"updated_at": 1729322275000
}
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.255.2"
image: "nocodb/nocodb:0.257.2"
ports:
- "${APP_PORT}:8080"
restart: always
Expand Down
Loading