diff --git a/src/mysql/mod.rs b/src/mysql/mod.rs index 6e9ee24..80287f0 100644 --- a/src/mysql/mod.rs +++ b/src/mysql/mod.rs @@ -3,7 +3,7 @@ use std::borrow::Cow; use testcontainers::{core::WaitFor, CopyDataSource, CopyToContainer, Image}; const NAME: &str = "mysql"; -const TAG: &str = "8.1"; +const TAG: &str = "9.6.0"; /// Module to work with [`MySQL`] inside of tests. ///