Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 08a69b5 commit 91d20e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions COOL/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

# Image of the MySQL database
mysql:
image: mysql:5.7
image: mysql:8.4
hostname: mysql
container_name: mysql
environment:
Expand All @@ -23,7 +23,7 @@ services:
mysql-seed:
hostname: mysql-seed
container_name: mysql-seed
image: mysql:5.7
image: mysql:8.4
depends_on:
mysql:
condition: service_healthy
Expand Down

0 comments on commit 91d20e6

Please sign in to comment.