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 3ca44da commit 47666f5Copy full SHA for 47666f5
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 = "2023-03-12T23-40-00";
+ this.tag = "2023-04-05T20-08-00";
20
21
// TODO consider NOT calling prepare inside the constructor
22
prepare();
0 commit comments