Skip to content

Commit

Permalink
Bump echo-server image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 22, 2024
1 parent 064e34d commit 0bfc8c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public TestImage(EngineApiClient engineApiClient) {

this.useWindowsContainer = Objects.requireNonNull(engineApiClient.getSystemApi().systemVersion().getOs()).equalsIgnoreCase("windows");
this.repository = "gesellix/echo-server";
this.tag = "2024-09-15T19-35-00";
this.tag = "2024-12-22T16-35-00";

// TODO consider NOT calling prepare inside the constructor
prepare();
Expand Down

0 comments on commit 0bfc8c0

Please sign in to comment.