We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39c74d commit d941182Copy full SHA for d941182
tests/integration/host/src/test/java/integration/host/util/ContainerHelper.java
@@ -47,7 +47,7 @@
47
48
public class ContainerHelper {
49
50
- private static final String MYSQL_CONTAINER_IMAGE_NAME = "mysql:latest";
+ private static final String MYSQL_CONTAINER_IMAGE_NAME = "mysql:8.0.36";
51
private static final String POSTGRES_CONTAINER_IMAGE_NAME = "postgres:latest";
52
private static final DockerImageName TOXIPROXY_IMAGE =
53
DockerImageName.parse("shopify/toxiproxy:2.1.4");
0 commit comments