CI: Use newest docker version for dind builds
This commit is contained in:
parent
87da9d4785
commit
bbd08e1fab
|
@ -62,9 +62,9 @@ validate-yarn:
|
||||||
#
|
#
|
||||||
|
|
||||||
.docker_template: &docker_definition
|
.docker_template: &docker_definition
|
||||||
image: docker:18
|
image: docker
|
||||||
services:
|
services:
|
||||||
- docker:18-dind
|
- docker:dind
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue