mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
chore(deps): update docker.io/mysql docker tag to v9 (#4178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
18edc0189f
commit
d78cb9ed71
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ services:
|
|||
when: *when
|
||||
|
||||
mysql:
|
||||
image: docker.io/mysql:8.2.0
|
||||
image: docker.io/mysql:9.0.1
|
||||
ports: ['3306']
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
|
|
Loading…
Reference in a new issue