[CI] downgrade dind version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
563c724e82
commit
8db7e38f6d
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue