mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 12:13:48 +00:00
chore(deps): update docker.io/mysql docker tag to v9.4.0 (#5359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
685307cbd8
commit
80a870d322
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ services:
|
|||
when: *when
|
||||
|
||||
mysql:
|
||||
image: docker.io/mysql:9.3.0
|
||||
image: docker.io/mysql:9.4.0
|
||||
ports: ['3306']
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
|
|
Loading…
Reference in a new issue