Skip to content
Snippets Groups Projects

chore(deps): update mysql docker tag to v9

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ version: "3.1"
@@ -2,7 +2,7 @@ version: "3.1"
services:
services:
database:
database:
image: mysql:8
image: mysql:9
healthcheck:
healthcheck:
test: mysqladmin ping -h 127.0.0.1 -u root --password=$$MYSQL_ROOT_PASSWORD
test: mysqladmin ping -h 127.0.0.1 -u root --password=$$MYSQL_ROOT_PASSWORD
interval: 5s
interval: 5s
Loading