Skip to content

Commit

Permalink
Merge pull request #10290 from yukukotani/fix-mysql-version
Browse files Browse the repository at this point in the history
chore(integration): update mysql image to 8.0.30
  • Loading branch information
kamilmysliwiec committed Sep 19, 2022
2 parents 37e6e61 + a7310ee commit 3675708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- "9001:9001"
restart: always
mysql:
image: mysql:8.0.28
image: mysql:8.0.30
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
Expand Down

0 comments on commit 3675708

Please sign in to comment.