Skip to content

Commit

Permalink
Change mysql:8 to mysql:8.0 since latest 8 which is 8.3 is hanging on…
Browse files Browse the repository at this point in the history
… startup.
  • Loading branch information
Corneil du Plessis committed Jan 22, 2024
1 parent 366a7fe commit 777c773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public interface MySQL_8_ContainerSupport {

@Container
MySQLContainer container = new MySQLContainer<>("mysql:8");
MySQLContainer container = new MySQLContainer<>("mysql:8.0");

@DynamicPropertySource
static void databaseProperties(DynamicPropertyRegistry registry) {
Expand Down

0 comments on commit 777c773

Please sign in to comment.