Skip to content

Commit d941182

Browse files
authored
fix: mysql container image version (#395)
this fixes the integration tests failure due to incompatibility with the latest mysql version
1 parent b39c74d commit d941182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/host/src/test/java/integration/host/util/ContainerHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
public class ContainerHelper {
4949

50-
private static final String MYSQL_CONTAINER_IMAGE_NAME = "mysql:latest";
50+
private static final String MYSQL_CONTAINER_IMAGE_NAME = "mysql:8.0.36";
5151
private static final String POSTGRES_CONTAINER_IMAGE_NAME = "postgres:latest";
5252
private static final DockerImageName TOXIPROXY_IMAGE =
5353
DockerImageName.parse("shopify/toxiproxy:2.1.4");

0 commit comments

Comments
 (0)