diff --git a/apps/bytebase/3.18.1/docker-compose.yml b/apps/bytebase/3.18.1/docker-compose.yml index 8e0564a00..032407a78 100644 --- a/apps/bytebase/3.18.1/docker-compose.yml +++ b/apps/bytebase/3.18.1/docker-compose.yml @@ -20,7 +20,7 @@ services: - "8080" - "--pg" - "postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${PANEL_DB_NAME}" - image: bytebase/bytebase:3.18.1 + image: bytebase/bytebase:3.19.0 labels: createdBy: "Apps"