Skip to content

Commit

Permalink
Update src/main/java/org/wiremock/integrations/testcontainers/WireMoc…
Browse files Browse the repository at this point in the history
…kContainer.java
  • Loading branch information
oleg-nenashev authored Aug 31, 2023
1 parent dd5d1cf commit 97b9b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class WireMockContainer extends GenericContainer<WireMockContainer> {

public static final String OFFICIAL_IMAGE_NAME = "wiremock/wiremock";
private static final String WIREMOCK_2_LATEST_TAG = "2.35.0-1";
private static final String WIREMOCK_3_LATEST_TAG = "3.0.0-1";
private static final String WIREMOCK_3_LATEST_TAG = "3.0.1-1";
/*package*/ static final String WIREMOCK_2_MINIMUM_SUPPORTED_VERSION = "2.0.0";

/**
Expand Down

0 comments on commit 97b9b9b

Please sign in to comment.