Skip to content

Commit

Permalink
Switch default image to ghcr.io and update default tag to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Mar 14, 2022
1 parent 40341d3 commit 05c378c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -21,8 +21,8 @@
*/
public class ToxiproxyContainer extends GenericContainer<ToxiproxyContainer> {

private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("shopify/toxiproxy");
private static final String DEFAULT_TAG = "2.1.0";
private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("ghcr.io/shopify/toxiproxy");
private static final String DEFAULT_TAG = "2.3.0";
private static final int TOXIPROXY_CONTROL_PORT = 8474;
private static final int FIRST_PROXIED_PORT = 8666;
private static final int LAST_PROXIED_PORT = 8666 + 31;
Expand Down

0 comments on commit 05c378c

Please sign in to comment.