Skip to content

Commit

Permalink
chore(deps): update nocodb/nocodb docker tag to v0.258.11 (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 070e3ff commit b0ac9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/nocodb/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nocodb",
"version": "0.258.10",
"version": "0.258.11",
"image": "nocodb/nocodb",
"youtube": "https://youtu.be/mO2YzWpBu4o",
"docs_link": "https://community.bigbeartechworld.com/t/added-nocodb-to-big-bear-casaos/177",
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 @@ -8,7 +8,7 @@ services:
# Service name: big-bear-nocodb
# This section configures the NocoDB application itself
big-bear-nocodb:
image: nocodb/nocodb:0.258.10 # Specifies the Docker image to use for NocoDB
image: nocodb/nocodb:0.258.11 # Specifies the Docker image to use for NocoDB
container_name: big-bear-nocodb # Sets a custom name for the container
restart: unless-stopped # Container restart policy to ensure availability
environment: # Environment variables for configuring NocoDB
Expand Down

0 comments on commit b0ac9c7

Please sign in to comment.