Skip to content

Commit

Permalink
chains: Update mysql testcontainer image (#739)
Browse files Browse the repository at this point in the history
feat: update mysql image
  • Loading branch information
devalexandre authored Apr 2, 2024
1 parent 7bbb2d8 commit 1f45c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sqldatabase/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Test(t *testing.T) {
if mysqlURI == "" {
mysqlContainer, err := mysql.RunContainer(
context.Background(),
testcontainers.WithImage("mysql:8"),
testcontainers.WithImage("mysql:8.3.0"),
mysql.WithDatabase("test"),
mysql.WithUsername("user"),
mysql.WithPassword("p@ssw0rd"),
Expand Down

0 comments on commit 1f45c81

Please sign in to comment.