Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update neo4j docker tag to v5.14 #969

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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