From 4cfad46f5cecc047b9c0efe1832e75e7504994b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:08:02 +0800 Subject: [PATCH] chore(deps): update dpage/pgadmin4 docker tag to v9.1 (#3332) * chore(deps): update dpage/pgadmin4 docker tag to v9.1 * 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 --- pgadmin4/{9.0 => 9.1}/data.yml | 0 pgadmin4/{9.0 => 9.1}/data/.gitkeep | 0 pgadmin4/{9.0 => 9.1}/docker-compose.yml | 2 +- pgadmin4/{9.0 => 9.1}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename pgadmin4/{9.0 => 9.1}/data.yml (100%) rename pgadmin4/{9.0 => 9.1}/data/.gitkeep (100%) rename pgadmin4/{9.0 => 9.1}/docker-compose.yml (93%) rename pgadmin4/{9.0 => 9.1}/scripts/init.sh (100%) diff --git a/pgadmin4/9.0/data.yml b/pgadmin4/9.1/data.yml similarity index 100% rename from pgadmin4/9.0/data.yml rename to pgadmin4/9.1/data.yml diff --git a/pgadmin4/9.0/data/.gitkeep b/pgadmin4/9.1/data/.gitkeep similarity index 100% rename from pgadmin4/9.0/data/.gitkeep rename to pgadmin4/9.1/data/.gitkeep diff --git a/pgadmin4/9.0/docker-compose.yml b/pgadmin4/9.1/docker-compose.yml similarity index 93% rename from pgadmin4/9.0/docker-compose.yml rename to pgadmin4/9.1/docker-compose.yml index 73980fc56..5d4834144 100644 --- a/pgadmin4/9.0/docker-compose.yml +++ b/pgadmin4/9.1/docker-compose.yml @@ -1,6 +1,6 @@ services: pgadmin4: - image: dpage/pgadmin4:9.0 + image: dpage/pgadmin4:9.1 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/9.0/scripts/init.sh b/pgadmin4/9.1/scripts/init.sh similarity index 100% rename from pgadmin4/9.0/scripts/init.sh rename to pgadmin4/9.1/scripts/init.sh