mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51: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: {{ . }}
|
name: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: dind
|
- name: dind
|
||||||
image: "docker:19.03.5-dind"
|
image: "docker:20.10.12-dind"
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_DRIVER
|
- name: DOCKER_DRIVER
|
||||||
value: overlay2
|
value: overlay2
|
||||||
|
|
Loading…
Reference in a new issue