mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-31 20:58:43 +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
|
when: *when
|
||||||
|
|
||||||
service-mysql:
|
service-mysql:
|
||||||
image: mysql:8.1.0
|
image: mysql:8.2.0
|
||||||
ports: ['3306']
|
ports: ['3306']
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_DATABASE=test
|
- MYSQL_DATABASE=test
|
||||||
|
|
Loading…
Reference in a new issue