Skip to content

Commit

Permalink
Merge pull request #239 from data-catering/renovate/neo4j-5.x
Browse files Browse the repository at this point in the history
Update neo4j Docker tag to v5.26.0
  • Loading branch information
pflooky authored Dec 11, 2024
2 parents 9142a4f + f35e3b2 commit 9448054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.1}"
image: "neo4j:${NEO4J_VERSION:-5.26.0}"
ports:
- "7474:7474"
- "7687:7687"
Expand Down

0 comments on commit 9448054

Please sign in to comment.