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 8686863 commit efb98a9Copy full SHA for efb98a9
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 = "2022-04-08T22-27-00";
+ this.tag = "2023-03-12T23-40-00";
20
21
// TODO consider NOT calling prepare inside the constructor
22
prepare();
0 commit comments