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:5.13 docker digest to 6c6003e #934

Merged
merged 1 commit into from
Nov 22, 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 @@ -66,7 +66,7 @@ jobs:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ env.POSTGRES_DATABASE }}
neo4j:
image: neo4j:5.13@sha256:03a759ba2741d367f0487ca16508237a942d59576e9f7984de3394dd04b03caf
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
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:03a759ba2741d367f0487ca16508237a942d59576e9f7984de3394dd04b03caf
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
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:03a759ba2741d367f0487ca16508237a942d59576e9f7984de3394dd04b03caf
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
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:03a759ba2741d367f0487ca16508237a942d59576e9f7984de3394dd04b03caf
image: neo4j:5.13@sha256:6c6003e890c75c9136df06b9061afbbf9a70673711d2d9abc5937ca7f01abb16
ports:
# http
- target: 7474
Expand Down