diff --git a/pgadmin4/8.7/data.yml b/pgadmin4/8.8/data.yml similarity index 100% rename from pgadmin4/8.7/data.yml rename to pgadmin4/8.8/data.yml diff --git a/pgadmin4/8.7/data/.gitkeep b/pgadmin4/8.8/data/.gitkeep similarity index 100% rename from pgadmin4/8.7/data/.gitkeep rename to pgadmin4/8.8/data/.gitkeep diff --git a/pgadmin4/8.7/docker-compose.yml b/pgadmin4/8.8/docker-compose.yml similarity index 89% rename from pgadmin4/8.7/docker-compose.yml rename to pgadmin4/8.8/docker-compose.yml index 02d62da40..6237badf3 100644 --- a/pgadmin4/8.7/docker-compose.yml +++ b/pgadmin4/8.8/docker-compose.yml @@ -1,6 +1,6 @@ services: pgadmin4: - image: dpage/pgadmin4:8.7 + image: dpage/pgadmin4:8.8 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/8.7/scripts/init.sh b/pgadmin4/8.8/scripts/init.sh similarity index 100% rename from pgadmin4/8.7/scripts/init.sh rename to pgadmin4/8.8/scripts/init.sh