Skip to content

Commit

Permalink
Merge pull request #100 from data-catering/renovate/neo4j-5.x
Browse files Browse the repository at this point in the history
Update neo4j Docker tag to v5.23.0
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 4b51afc + c005658 commit bd4192c
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 @@ -933,7 +933,7 @@ services:
retries: 5
test: [CMD-SHELL, "cypher-shell -u neo4j -p test 'RETURN 1' || exit 1"]
timeout: 10s
image: "neo4j:${NEO4J_VERSION:-5.20.0}"
image: "neo4j:${NEO4J_VERSION:-5.23.0}"
ports:
- "7474:7474"
- "7687:7687"
Expand Down

0 comments on commit bd4192c

Please sign in to comment.