diff --git a/pgadmin4/8.13/data.yml b/pgadmin4/8.14/data.yml similarity index 100% rename from pgadmin4/8.13/data.yml rename to pgadmin4/8.14/data.yml diff --git a/pgadmin4/8.13/data/.gitkeep b/pgadmin4/8.14/data/.gitkeep similarity index 100% rename from pgadmin4/8.13/data/.gitkeep rename to pgadmin4/8.14/data/.gitkeep diff --git a/pgadmin4/8.13/docker-compose.yml b/pgadmin4/8.14/docker-compose.yml similarity index 89% rename from pgadmin4/8.13/docker-compose.yml rename to pgadmin4/8.14/docker-compose.yml index a57269f3c..395a24d19 100644 --- a/pgadmin4/8.13/docker-compose.yml +++ b/pgadmin4/8.14/docker-compose.yml @@ -1,6 +1,6 @@ services: pgadmin4: - image: dpage/pgadmin4:8.13 + image: dpage/pgadmin4:8.14 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/8.13/scripts/init.sh b/pgadmin4/8.14/scripts/init.sh similarity index 100% rename from pgadmin4/8.13/scripts/init.sh rename to pgadmin4/8.14/scripts/init.sh