File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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:310b1645086f9268cca42363055dee7a121cfa0b32f706a0cc36268ff249140a
5050 ports :
5151 - 7687:7687
5252 env :
Original file line number Diff line number Diff 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:310b1645086f9268cca42363055dee7a121cfa0b32f706a0cc36268ff249140a
5757 environment :
5858 NEO4J_AUTH : neo4j/password
5959 healthcheck :
Original file line number Diff line number Diff 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:310b1645086f9268cca42363055dee7a121cfa0b32f706a0cc36268ff249140a
2727 ports :
2828 - target : 7687
2929 published : 37687
Original file line number Diff line number Diff 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:310b1645086f9268cca42363055dee7a121cfa0b32f706a0cc36268ff249140a
3232 ports :
3333 # http
3434 - target : 7474
You can’t perform that action at this time.
0 commit comments