Skip to content

Commit

Permalink
Update neo4j Docker tag to v5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 8ab5db9 commit 28d0f44
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 @@ -46,7 +46,7 @@ jobs:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ env.POSTGRES_DATABASE }}
neo4j:
image: neo4j:5.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
image: neo4j:5.23@sha256:1fe907cec0b074d4a5490c39825436326c0cc0b469cef2d76986c15d41f42748
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.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
image: neo4j:5.23@sha256:1fe907cec0b074d4a5490c39825436326c0cc0b469cef2d76986c15d41f42748
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.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
image: neo4j:5.23@sha256:1fe907cec0b074d4a5490c39825436326c0cc0b469cef2d76986c15d41f42748
ports:
- target: 7687
published: 37687
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.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
image: neo4j:5.23@sha256:1fe907cec0b074d4a5490c39825436326c0cc0b469cef2d76986c15d41f42748
ports:
# http
- target: 7474
Expand Down

0 comments on commit 28d0f44

Please sign in to comment.