Skip to content

Commit e4488ed

Browse files
authored
tests: pick mysql image tagged as 8.0 (#2035)
As for some reason latest 8.4.0 is not working.
1 parent 880c594 commit e4488ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
- pymssqldata:/var/opt/mssql
131131

132132
mysql:
133-
image: mysql
133+
image: mysql:8.0
134134
command: --default-authentication-plugin=mysql_native_password --log_error_verbosity=3
135135
environment:
136136
- MYSQL_DATABASE=eapm_tests

0 commit comments

Comments
 (0)