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
|
||||
image: docker:18
|
||||
image: docker
|
||||
services:
|
||||
- docker:18-dind
|
||||
- docker:dind
|
||||
tags:
|
||||
- dind
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue