Skip to content

Commit

Permalink
chore(deps): update neo4j:5.13 docker digest to 6c6003e (#934)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent f13997f commit 384672a
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 @@ -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

0 comments on commit 384672a

Please sign in to comment.