diff --git a/pgadmin4/8.4/data.yml b/pgadmin4/8.5/data.yml similarity index 100% rename from pgadmin4/8.4/data.yml rename to pgadmin4/8.5/data.yml diff --git a/pgadmin4/8.4/data/.gitkeep b/pgadmin4/8.5/data/.gitkeep similarity index 100% rename from pgadmin4/8.4/data/.gitkeep rename to pgadmin4/8.5/data/.gitkeep diff --git a/pgadmin4/8.4/docker-compose.yml b/pgadmin4/8.5/docker-compose.yml similarity index 89% rename from pgadmin4/8.4/docker-compose.yml rename to pgadmin4/8.5/docker-compose.yml index 945922e91..b77d85257 100644 --- a/pgadmin4/8.4/docker-compose.yml +++ b/pgadmin4/8.5/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.8' services: pgadmin4: - image: dpage/pgadmin4:8.4 + image: dpage/pgadmin4:8.5 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/8.4/scripts/init.sh b/pgadmin4/8.5/scripts/init.sh similarity index 100% rename from pgadmin4/8.4/scripts/init.sh rename to pgadmin4/8.5/scripts/init.sh