Merge pull request #3228 from okxlin/renovate/bytebase-bytebase-3.x

Update bytebase/bytebase Docker tag to v3.8.0
This commit is contained in:
okxlin 2025-07-07 21:31:04 +08:00 committed by GitHub
commit c666484f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
- "8080" - "8080"
- "--pg" - "--pg"
- "postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${PANEL_DB_NAME}" - "postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${PANEL_DB_NAME}"
image: bytebase/bytebase:3.5.3 image: bytebase/bytebase:3.8.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"