@@ -60,7 +60,7 @@ services:
6060 neo4j :
6161 networks :
6262 - neo4j
63- image : neo4j:4.3 -enterprise
63+ image : neo4j:4.4 -enterprise
6464 healthcheck :
6565 test : " wget http://localhost:7474 || exit 1"
6666 interval : 30s
@@ -74,7 +74,7 @@ services:
7474 volumes :
7575 - ./tests/resources:/import
7676 core1 :
77- image : neo4j:4.3 -enterprise
77+ image : neo4j:4.4 -enterprise
7878 healthcheck :
7979 test : " wget http://localhost:7474 || exit 1"
8080 interval : 30s
@@ -93,7 +93,7 @@ services:
9393 NEO4J_dbms_connector_bolt_advertised__address : core1:7687
9494
9595 core2 :
96- image : neo4j:4.3 -enterprise
96+ image : neo4j:4.4 -enterprise
9797 healthcheck :
9898 test : " wget http://localhost:7474 || exit 1"
9999 interval : 30s
@@ -112,7 +112,7 @@ services:
112112 - ./tests/resources:/import
113113
114114 core3 :
115- image : neo4j:4.3 -enterprise
115+ image : neo4j:4.4 -enterprise
116116 healthcheck :
117117 test : " wget http://localhost:7474 || exit 1"
118118 interval : 30s
@@ -131,7 +131,7 @@ services:
131131 - ./tests/resources:/import
132132
133133 readreplica1 :
134- image : neo4j:4.3 -enterprise
134+ image : neo4j:4.4 -enterprise
135135 healthcheck :
136136 test : " wget http://localhost:7474 || exit 1"
137137 interval : 30s
0 commit comments