From a4bf7174703c738a91d4ff00316e137bb0f3b8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:20:48 +0000 Subject: [PATCH] Update neo4j Docker tag to v5.24.2 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e5bb235..d9f34d0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -976,7 +976,7 @@ services: retries: 5 test: [CMD-SHELL, "cypher-shell -u neo4j -p test 'RETURN 1' || exit 1"] timeout: 10s - image: "neo4j:${NEO4J_VERSION:-5.24.1}" + image: "neo4j:${NEO4J_VERSION:-5.24.2}" ports: - "7474:7474" - "7687:7687"