mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-04 05:49:35 -05:00
Travis build uses docker version 18.03.0 to fix the build (#57)
fixes the travis build by adding the fixed version 18.03 to docker
This commit is contained in:
parent
c8c1f9e662
commit
5e85cb68ae
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ before_install:
|
|||
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
- sudo apt-get update
|
||||
- sudo apt-get -y install docker-ce
|
||||
- sudo apt-get -y install docker-ce=18.03.0~ce-0~ubuntu
|
||||
- docker version
|
||||
- export TRAVIS="true"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue