mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
chore(deps): update mysql docker tag to v8.0.32 (#4071)
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | mysql | patch | `8.0.31` -> `8.0.32` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/vercel/turbo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuNiIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC42In0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0afe403841
commit
69c1942e14
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ volumes:
|
|||
services:
|
||||
mysql:
|
||||
platform: linux/amd64
|
||||
image: mysql:8.0.31
|
||||
image: mysql:8.0.32
|
||||
container_name: turborepo_mysql
|
||||
restart: always
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue