diff --git a/neo4j/5.26.0/data.yml b/neo4j/5.26.1/data.yml similarity index 100% rename from neo4j/5.26.0/data.yml rename to neo4j/5.26.1/data.yml diff --git a/neo4j/5.26.0/data/data/.gitkeep b/neo4j/5.26.1/data/data/.gitkeep similarity index 100% rename from neo4j/5.26.0/data/data/.gitkeep rename to neo4j/5.26.1/data/data/.gitkeep diff --git a/neo4j/5.26.0/data/logs/.gitkeep b/neo4j/5.26.1/data/logs/.gitkeep similarity index 100% rename from neo4j/5.26.0/data/logs/.gitkeep rename to neo4j/5.26.1/data/logs/.gitkeep diff --git a/neo4j/5.26.0/docker-compose.yml b/neo4j/5.26.1/docker-compose.yml similarity index 88% rename from neo4j/5.26.0/docker-compose.yml rename to neo4j/5.26.1/docker-compose.yml index 5528aacb4..7848cfa99 100644 --- a/neo4j/5.26.0/docker-compose.yml +++ b/neo4j/5.26.1/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.26.0 + image: neo4j:5.26.1 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/neo4j/5.26.0/scripts/init.sh b/neo4j/5.26.1/scripts/init.sh similarity index 100% rename from neo4j/5.26.0/scripts/init.sh rename to neo4j/5.26.1/scripts/init.sh