mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 07:38:24 +00:00
chore(deps): update docker.io/mysql docker tag to v9.1.0 (#4236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7d770622c1
commit
288b363e74
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ services:
|
|||
when: *when
|
||||
|
||||
mysql:
|
||||
image: docker.io/mysql:9.0.1
|
||||
image: docker.io/mysql:9.1.0
|
||||
ports: ['3306']
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
|
|
Loading…
Reference in a new issue