Skip to content

Commit

Permalink
Bump test image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent 2ca149f commit 09770af
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-07-28T18-30-00";
this.tag = "2024-09-15T19-35-00";

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

0 comments on commit 09770af

Please sign in to comment.