Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 79f9863 commit 9a5841c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
mysql80:
image: mysql:8.0
image: mysql:8.4
container_name: mysql80
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
db:
image: mysql:5.7
image: mysql:8.4
container_name: db
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment:
Expand Down

0 comments on commit 9a5841c

Please sign in to comment.