Skip to content

Commit ced6899

Browse files
Update neo4j Docker tag to v5.16
1 parent 89407c7 commit ced6899

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
4747
POSTGRES_DB: ${{ env.POSTGRES_DATABASE }}
4848
neo4j:
49-
image: neo4j:5.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
49+
image: neo4j:5.16@sha256:a2a5761ff2b64dbb6994b565efb033b4e9f29593f1814a44f997af93c74c3d78
5050
ports:
5151
- 7687:7687
5252
env:

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"
5454

5555
neo4j:
56-
image: neo4j:5.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
56+
image: neo4j:5.16@sha256:a2a5761ff2b64dbb6994b565efb033b4e9f29593f1814a44f997af93c74c3d78
5757
environment:
5858
NEO4J_AUTH: neo4j/password
5959
healthcheck:

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
# PRISMA_DATABASE_URL: "postgres://user:pass@postgres:5432/test"
2424

2525
neo4j:
26-
image: neo4j:5.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
26+
image: neo4j:5.16@sha256:a2a5761ff2b64dbb6994b565efb033b4e9f29593f1814a44f997af93c74c3d78
2727
ports:
2828
- target: 7687
2929
published: 37687

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
published: 8081
2929

3030
neo4j:
31-
image: neo4j:5.15@sha256:d9e2fb1ba398536e50d22ebc3d5d585baa086c1c0cf8e5b96bdc9e11e87e002a
31+
image: neo4j:5.16@sha256:a2a5761ff2b64dbb6994b565efb033b4e9f29593f1814a44f997af93c74c3d78
3232
ports:
3333
# http
3434
- target: 7474

0 commit comments

Comments
 (0)