From 0e773ff6336129d5dea71e28115ca3d683547dc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:58:13 +0800 Subject: [PATCH] chore(deps): update dpage/pgadmin4 docker tag to v7.7 (#441) * chore(deps): update dpage/pgadmin4 docker tag to v7.7 * 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/{7.6 => 7.7}/data.yml | 0 pgadmin4/{7.6 => 7.7}/data/.gitkeep | 0 pgadmin4/{7.6 => 7.7}/docker-compose.yml | 2 +- pgadmin4/{7.6 => 7.7}/scripts/init.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename pgadmin4/{7.6 => 7.7}/data.yml (100%) rename pgadmin4/{7.6 => 7.7}/data/.gitkeep (100%) rename pgadmin4/{7.6 => 7.7}/docker-compose.yml (89%) rename pgadmin4/{7.6 => 7.7}/scripts/init.sh (100%) diff --git a/pgadmin4/7.6/data.yml b/pgadmin4/7.7/data.yml similarity index 100% rename from pgadmin4/7.6/data.yml rename to pgadmin4/7.7/data.yml diff --git a/pgadmin4/7.6/data/.gitkeep b/pgadmin4/7.7/data/.gitkeep similarity index 100% rename from pgadmin4/7.6/data/.gitkeep rename to pgadmin4/7.7/data/.gitkeep diff --git a/pgadmin4/7.6/docker-compose.yml b/pgadmin4/7.7/docker-compose.yml similarity index 89% rename from pgadmin4/7.6/docker-compose.yml rename to pgadmin4/7.7/docker-compose.yml index 0f57403ff..d85d2373d 100644 --- a/pgadmin4/7.6/docker-compose.yml +++ b/pgadmin4/7.7/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.8' services: pgadmin4: - image: dpage/pgadmin4:7.6 + image: dpage/pgadmin4:7.7 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/7.6/scripts/init.sh b/pgadmin4/7.7/scripts/init.sh similarity index 100% rename from pgadmin4/7.6/scripts/init.sh rename to pgadmin4/7.7/scripts/init.sh