Skip to content

Commit

Permalink
chore(deps): update mysql docker tag to v8.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 9c1efed commit 31195ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ services:
tmpfs: /var/lib/mysql

mysql-8-0:
image: mysql:8.0.28
image: mysql:8.0.35
command: mysqld
restart: unless-stopped
platform: linux/x86_64
Expand Down
2 changes: 1 addition & 1 deletion quaint/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
tmpfs: /var/lib/mysql5.7

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

0 comments on commit 31195ad

Please sign in to comment.