Skip to content

Commit e32d194

Browse files
committed
fix(dev): Downgrade MySQL from 9.3 to 8.4 due to bug in Testcontainers
See testcontainers/testcontainers-java#10184 for more context. Thanks @sivaprasadreddy for reporting this Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 689d884 commit e32d194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arconia-dev/arconia-dev-services/arconia-dev-services-mysql/src/main/java/io/arconia/dev/services/mysql/MySqlDevServicesProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class MySqlDevServicesProperties implements DevServicesProperties {
2323
/**
2424
* Full name of the container image used in the dev service.
2525
*/
26-
private String imageName = "mysql:9.3";
26+
private String imageName = "mysql:8.4";
2727

2828
/**
2929
* Environment variables to set in the service.

0 commit comments

Comments
 (0)