We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bef6318 + 22d9922 commit f03ccc8Copy full SHA for f03ccc8
stack-clients/src/test/java/com/cmclinnovations/stack/clients/utils/BlazegraphContainer.java
@@ -24,7 +24,7 @@ public class BlazegraphContainer extends GenericContainer<BlazegraphContainer> {
24
private boolean authenticated;
25
26
public BlazegraphContainer() {
27
- super(DockerImageName.parse("ghcr.io/cambridge-cares/blazegraph:1.2.0"));
+ super(DockerImageName.parse("ghcr.io/theworldavatar/blazegraph:2.5.0"));
28
withExposedPorts(8080);
29
waitingFor(Wait.forHttp(BLAZEGRAPH_URL_PATH));
30
start();
0 commit comments