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