We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064e34d commit 0bfc8c0Copy full SHA for 0bfc8c0
api-client/src/test/java/de/gesellix/docker/remote/api/testutil/TestImage.java
@@ -16,7 +16,7 @@ public TestImage(EngineApiClient engineApiClient) {
16
17
this.useWindowsContainer = Objects.requireNonNull(engineApiClient.getSystemApi().systemVersion().getOs()).equalsIgnoreCase("windows");
18
this.repository = "gesellix/echo-server";
19
- this.tag = "2024-09-15T19-35-00";
+ this.tag = "2024-12-22T16-35-00";
20
21
// TODO consider NOT calling prepare inside the constructor
22
prepare();
0 commit comments