diff --git a/.drone.yml b/.drone.yml index baf2962..7f07d92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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" ]