We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75434cd + c197e68 commit 012c07aCopy full SHA for 012c07a
.travis.yml
@@ -9,7 +9,7 @@ before_install: # update to 17.05 to get multistage builds
9
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
10
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) edge"
11
- sudo apt-get update
12
- - sudo apt-get -y install docker-ce=17.05.0~ce-0~ubuntu-trusty
+ - sudo apt-get -y install docker-ce
13
14
script:
15
- cd go && make build-in-container
0 commit comments