[CI] try to use docker 19
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-17 20:59:57 +01:00
parent 724815cfb2
commit 5dcbec2448

View file

@ -35,7 +35,7 @@ name: build
steps:
- name: build image
image: docker:18
image: docker
environment:
DOCKER_HOST: tcp://docker
USERNAME:
@ -49,7 +49,7 @@ steps:
services:
- name: docker
image: docker:18.09-dind
image: docker:dind
environment:
DOCKER_TLS_CERTDIR: ""
command: ["--storage-driver=vfs", "--tls=false"]