Skip to content

Commit

Permalink
Update echo-server test image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 28, 2024
1 parent 6eec09a commit eba2a7b
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(DockerClient dockerClient) {

this.isWindows = Objects.requireNonNull(dockerClient.version().getContent().getOs()).equalsIgnoreCase("windows");
this.repository = "gesellix/echo-server";
this.tag = "2023-03-12T23-40-00";
this.tag = "2024-07-28T18-30-00";

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

0 comments on commit eba2a7b

Please sign in to comment.