Skip to content

Commit f03ccc8

Browse files
authored
Merge pull request #76 from TheWorldAvatar/blazegraph-test-image
Updated blazegraph image used in tests.
2 parents bef6318 + 22d9922 commit f03ccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-clients/src/test/java/com/cmclinnovations/stack/clients/utils/BlazegraphContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BlazegraphContainer extends GenericContainer<BlazegraphContainer> {
2424
private boolean authenticated;
2525

2626
public BlazegraphContainer() {
27-
super(DockerImageName.parse("ghcr.io/cambridge-cares/blazegraph:1.2.0"));
27+
super(DockerImageName.parse("ghcr.io/theworldavatar/blazegraph:2.5.0"));
2828
withExposedPorts(8080);
2929
waitingFor(Wait.forHttp(BLAZEGRAPH_URL_PATH));
3030
start();

0 commit comments

Comments
 (0)