Skip to content

Commit

Permalink
chore(deps): update neo4j docker tag to v5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 2113d7a commit a027f84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ env.POSTGRES_DATABASE }}
neo4j:
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
image: neo4j:5.14@sha256:e83407f3910b027b7c91439c2bf812a84a277dfea8310874148e8b24e516d41d
ports:
- 7687:7687
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"

neo4j:
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
image: neo4j:5.14@sha256:e83407f3910b027b7c91439c2bf812a84a277dfea8310874148e8b24e516d41d
environment:
NEO4J_AUTH: neo4j/password
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"

neo4j:
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
image: neo4j:5.14@sha256:e83407f3910b027b7c91439c2bf812a84a277dfea8310874148e8b24e516d41d
ports:
- target: 7687
published: 7688
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
published: 8081

neo4j:
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
image: neo4j:5.14@sha256:e83407f3910b027b7c91439c2bf812a84a277dfea8310874148e8b24e516d41d
ports:
# http
- target: 7474
Expand Down

0 comments on commit a027f84

Please sign in to comment.