Skip to content

Commit efb98a9

Browse files
committed
Bump echo-server to 2023-03-12T23-40-00
1 parent 8686863 commit efb98a9

File tree

1 file changed

+1
-1
lines changed
  • api-client/src/test/java/de/gesellix/docker/remote/api/testutil

1 file changed

+1
-1
lines changed

api-client/src/test/java/de/gesellix/docker/remote/api/testutil/TestImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public TestImage(EngineApiClient engineApiClient) {
1616

1717
this.useWindowsContainer = Objects.requireNonNull(engineApiClient.getSystemApi().systemVersion().getOs()).equalsIgnoreCase("windows");
1818
this.repository = "gesellix/echo-server";
19-
this.tag = "2022-04-08T22-27-00";
19+
this.tag = "2023-03-12T23-40-00";
2020

2121
// TODO consider NOT calling prepare inside the constructor
2222
prepare();

0 commit comments

Comments
 (0)