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 990c88b commit 9281ef9Copy full SHA for 9281ef9
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-12-19T09-50-00";
+ this.tag = "2024-07-28T18-30-00";
20
21
// TODO consider NOT calling prepare inside the constructor
22
prepare();
0 commit comments