[CI] downgrade dind version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-02-15 12:16:17 +01:00
parent 563c724e82
commit 8db7e38f6d

View file

@ -23,13 +23,13 @@ steps:
- name: build image
image: docker:stable
environment:
DOCKER_HOST: tcp://docker:2376
DOCKER_HOST: tcp://docker:2375
commands:
- docker build -t kleph/beer .
services:
- name: docker
image: docker:dind
image: docker:18.09-dind
environment:
DOCKER_TLS_CERTDIR: ""
command: [ "--storage-driver=vfs", "--tls=false" ]