From a83dfb4e00eb8e4bf093c05bf2e5f8a4fb7c1197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:00:48 +0800 Subject: [PATCH] chore(deps): update bytebase/dbhub docker tag to v0.3.3 (#3756) * chore(deps): update bytebase/dbhub docker tag to v0.3.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- dbhub/{0.3.1 => 0.3.3}/data.yml | 0 dbhub/{0.3.1 => 0.3.3}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dbhub/{0.3.1 => 0.3.3}/data.yml (100%) rename dbhub/{0.3.1 => 0.3.3}/docker-compose.yml (93%) diff --git a/dbhub/0.3.1/data.yml b/dbhub/0.3.3/data.yml similarity index 100% rename from dbhub/0.3.1/data.yml rename to dbhub/0.3.3/data.yml diff --git a/dbhub/0.3.1/docker-compose.yml b/dbhub/0.3.3/docker-compose.yml similarity index 93% rename from dbhub/0.3.1/docker-compose.yml rename to dbhub/0.3.3/docker-compose.yml index 8f98a03df..9c9af3e36 100644 --- a/dbhub/0.3.1/docker-compose.yml +++ b/dbhub/0.3.3/docker-compose.yml @@ -1,6 +1,6 @@ services: dbhub: - image: bytebase/dbhub:0.3.1 + image: bytebase/dbhub:0.3.3 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:8080