Skip to content

Commit

Permalink
Update mysql Docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent d7851ac commit 5ad9912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--health-retries 5
mysql:
image: mysql:8
image: mysql:9
env:
MYSQL_USER: glloq_user
MYSQL_PASSWORD: glloq_password
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: root
POSTGRES_DB: glloq
mysql:
image: mysql:8
image: mysql:9
ports:
- 3306:3306
environment:
Expand Down

0 comments on commit 5ad9912

Please sign in to comment.