diff --git a/neo4j/5.26.7/data.yml b/neo4j/5.26.8/data.yml similarity index 100% rename from neo4j/5.26.7/data.yml rename to neo4j/5.26.8/data.yml diff --git a/neo4j/5.26.7/data/data/.gitkeep b/neo4j/5.26.8/data/data/.gitkeep similarity index 100% rename from neo4j/5.26.7/data/data/.gitkeep rename to neo4j/5.26.8/data/data/.gitkeep diff --git a/neo4j/5.26.7/data/logs/.gitkeep b/neo4j/5.26.8/data/logs/.gitkeep similarity index 100% rename from neo4j/5.26.7/data/logs/.gitkeep rename to neo4j/5.26.8/data/logs/.gitkeep diff --git a/neo4j/5.26.7/docker-compose.yml b/neo4j/5.26.8/docker-compose.yml similarity index 88% rename from neo4j/5.26.7/docker-compose.yml rename to neo4j/5.26.8/docker-compose.yml index 583bbb499..c550e83a7 100644 --- a/neo4j/5.26.7/docker-compose.yml +++ b/neo4j/5.26.8/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.26.7 + image: neo4j:5.26.8 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/neo4j/5.26.7/scripts/init.sh b/neo4j/5.26.8/scripts/init.sh similarity index 100% rename from neo4j/5.26.7/scripts/init.sh rename to neo4j/5.26.8/scripts/init.sh