Skip to content

Commit 5a17ee0

Browse files
chore(deps): update mysql docker tag to v9
1 parent 1012d0c commit 5a17ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-ci-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
mysql:
5-
image: mysql:5.7.44@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
5+
image: mysql:9.2.0@sha256:45f5ae20cfe1d6e6c43684dfffef17db1e1e8dc9bf7133ceaafb25c16b10f31b
66
command: --default-authentication-plugin=mysql_native_password
77
environment:
88
MYSQL_ROOT_PASSWORD: pact_broker

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- ./docs:/home/docs
5151

5252
mysql:
53-
image: mysql:5.7.44@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
53+
image: mysql:9.2.0@sha256:45f5ae20cfe1d6e6c43684dfffef17db1e1e8dc9bf7133ceaafb25c16b10f31b
5454
#image: arm64v8/mysql # for m1 macs
5555
command: --default-authentication-plugin=mysql_native_password
5656
environment:

0 commit comments

Comments
 (0)