Skip to content

Commit

Permalink
Merge pull request #106 from sullis/toxiproxy-2.8.0
Browse files Browse the repository at this point in the history
toxiproxy 2.8.0
  • Loading branch information
trekawek authored Mar 2, 2024
2 parents 7c5ffc5 + 3a9cf19 commit 1c93945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/eu/rekawek/toxiproxy/ToxiproxyRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ToxiproxyRule implements TestRule {

public ToxiproxyRule() {
wrappedRule = new DockerRule(ImmutableDockerConfig.builder()
.image("ghcr.io/shopify/toxiproxy:2.3.0")
.image("ghcr.io/shopify/toxiproxy:2.8.0")
.addStartedListener(container -> {
container.waitForPort(ExposedPort.tcp(8474));
})
Expand Down

0 comments on commit 1c93945

Please sign in to comment.