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.2.0 @sha256:45f5ae20cfe1d6e6c43684dfffef17db1e1e8dc9bf7133ceaafb25c16b10f31b
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.2.0 @sha256:45f5ae20cfe1d6e6c43684dfffef17db1e1e8dc9bf7133ceaafb25c16b10f31b
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