From daa3bac12fce1f30df96dfdabdbac5764711ce37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:00:47 +0800 Subject: [PATCH] chore(deps): update neo4j docker tag to v5.26.3 (#3301) * chore(deps): update neo4j docker tag to v5.26.3 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- neo4j/{5.26.2 => 5.26.3}/data.yml | 0 neo4j/{5.26.2 => 5.26.3}/data/data/.gitkeep | 0 neo4j/{5.26.2 => 5.26.3}/data/logs/.gitkeep | 0 neo4j/{5.26.2 => 5.26.3}/docker-compose.yml | 2 +- neo4j/{5.26.2 => 5.26.3}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename neo4j/{5.26.2 => 5.26.3}/data.yml (100%) rename neo4j/{5.26.2 => 5.26.3}/data/data/.gitkeep (100%) rename neo4j/{5.26.2 => 5.26.3}/data/logs/.gitkeep (100%) rename neo4j/{5.26.2 => 5.26.3}/docker-compose.yml (88%) rename neo4j/{5.26.2 => 5.26.3}/scripts/init.sh (100%) diff --git a/neo4j/5.26.2/data.yml b/neo4j/5.26.3/data.yml similarity index 100% rename from neo4j/5.26.2/data.yml rename to neo4j/5.26.3/data.yml diff --git a/neo4j/5.26.2/data/data/.gitkeep b/neo4j/5.26.3/data/data/.gitkeep similarity index 100% rename from neo4j/5.26.2/data/data/.gitkeep rename to neo4j/5.26.3/data/data/.gitkeep diff --git a/neo4j/5.26.2/data/logs/.gitkeep b/neo4j/5.26.3/data/logs/.gitkeep similarity index 100% rename from neo4j/5.26.2/data/logs/.gitkeep rename to neo4j/5.26.3/data/logs/.gitkeep diff --git a/neo4j/5.26.2/docker-compose.yml b/neo4j/5.26.3/docker-compose.yml similarity index 88% rename from neo4j/5.26.2/docker-compose.yml rename to neo4j/5.26.3/docker-compose.yml index 631152ae7..101428c1f 100644 --- a/neo4j/5.26.2/docker-compose.yml +++ b/neo4j/5.26.3/docker-compose.yml @@ -1,6 +1,6 @@ services: neo4j: - image: neo4j:5.26.2 + image: neo4j:5.26.3 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/neo4j/5.26.2/scripts/init.sh b/neo4j/5.26.3/scripts/init.sh similarity index 100% rename from neo4j/5.26.2/scripts/init.sh rename to neo4j/5.26.3/scripts/init.sh