Skip to content

Commit

Permalink
chore(deps): update ghcr.io/shopify/toxiproxy docker tag to v2.11.0 (#…
Browse files Browse the repository at this point in the history
…2140)

| datasource | package                   | from  | to     |
| ---------- | ------------------------- | ----- | ------ |
| docker     | ghcr.io/shopify/toxiproxy | 2.9.0 | 2.11.0 |

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
Fameing and renovate-bot authored Dec 3, 2024
1 parent 7cc22da commit eb7a53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-toxiproxy/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Convenient and simple to use wrapper for ToxiProxy:
* `embedded.toxiproxy.enabled` `(true|false, default is 'false')` Enables ToxiProxy container.
* `embedded.toxiproxy.proxies.{module}.enabled` `(true|false, default is 'false')` Enables ToxiProxy proxy for specific module.
* `embedded.toxiproxy.reuseContainer` `(true|false, default is 'false')`
* `embedded.toxiproxy.dockerImage` `(default is set to 'ghcr.io/shopify/toxiproxy:2.9.0')`
* `embedded.toxiproxy.dockerImage` `(default is set to 'ghcr.io/shopify/toxiproxy:2.11.0')`
* `embedded.toxiproxy.waitTimeoutInSeconds` `(default is 60 seconds)`

TIP: See other common container properties in `com.playtika.testcontainer.common.properties.CommonContainerProperties`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class ToxiProxyProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "ghcr.io/shopify/toxiproxy:2.9.0";
return "ghcr.io/shopify/toxiproxy:2.11.0";
}
}

0 comments on commit eb7a53c

Please sign in to comment.