Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent cc0167b commit 3108f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quaint/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
tmpfs: /pgtmpfs12

mysql57:
image: mysql:5.7
image: mysql:9.1
command: mysqld
restart: unless-stopped
platform: linux/x86_64
Expand All @@ -28,7 +28,7 @@ services:
tmpfs: /var/lib/mysql5.7

mysql8:
image: mysql:8.0.22
image: mysql:9.1.0
command: mysqld
restart: unless-stopped
platform: linux/x86_64
Expand Down

0 comments on commit 3108f7b

Please sign in to comment.