Skip to content

Commit

Permalink
Update core/src/main/java/org/testcontainers/DockerClientFactory.java
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wittek <[email protected]>
  • Loading branch information
eddumelendez and kiview authored Dec 13, 2022
1 parent 2fef0b0 commit 6d240ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static Map<String, String> markerLabels() {
return Collections.unmodifiableMap(labels);
}

private static final DockerImageName TINY_IMAGE = DockerImageName.parse("library/alpine:3.16");
private static final DockerImageName TINY_IMAGE = DockerImageName.parse("alpine:3.16");

private static DockerClientFactory instance;

Expand Down

0 comments on commit 6d240ba

Please sign in to comment.