mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
bump dind image to 20.x, to raise underlying gRPC compat from 1.40 to 1.41 (#627)
This commit is contained in:
parent
e8807c5e53
commit
5dc9de870b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ spec:
|
|||
name: {{ . }}
|
||||
{{- end }}
|
||||
- name: dind
|
||||
image: "docker:19.03.5-dind"
|
||||
image: "docker:20.10.12-dind"
|
||||
env:
|
||||
- name: DOCKER_DRIVER
|
||||
value: overlay2
|
||||
|
|
Loading…
Reference in a new issue