File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
2
2
3
3
services :
4
4
mysql :
5
- image : mysql:5.7.44 @sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
5
+ image : mysql:9.4.0 @sha256:082063dca94535c76b91c6ef9b9f6748810e546887af5e8574a8cfa11eace184
6
6
command : --default-authentication-plugin=mysql_native_password
7
7
environment :
8
8
MYSQL_ROOT_PASSWORD : pact_broker
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
50
50
- ./docs:/home/docs
51
51
52
52
mysql :
53
- image : mysql:5.7.44 @sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
53
+ image : mysql:9.4.0 @sha256:082063dca94535c76b91c6ef9b9f6748810e546887af5e8574a8cfa11eace184
54
54
# image: arm64v8/mysql # for m1 macs
55
55
command : --default-authentication-plugin=mysql_native_password
56
56
environment :
You can’t perform that action at this time.
0 commit comments