mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36:30 +00:00
chore(deps): update mysql docker tag to v8.2.0 (#2662)
This commit is contained in:
parent
5b3bba726d
commit
094f3033f9
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ services:
|
|||
when: *when
|
||||
|
||||
service-mysql:
|
||||
image: mysql:8.1.0
|
||||
image: mysql:8.2.0
|
||||
ports: ['3306']
|
||||
environment:
|
||||
- MYSQL_DATABASE=test
|
||||
|
|
Loading…
Reference in a new issue