Update docker dependencies to fix issues
Update engine-api, libcompose and related dependencies (including libkermit), to fix issues with docker v1.9.1 and lower. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
7bf421f847
commit
061107b65f
6 changed files with 43 additions and 48 deletions
|
@ -6,7 +6,7 @@ RUN go get github.com/Masterminds/glide \
|
|||
&& go get github.com/kisielk/errcheck
|
||||
|
||||
# Which docker version to test on
|
||||
ENV DOCKER_VERSION 1.10.1
|
||||
ENV DOCKER_VERSION 1.9.1
|
||||
|
||||
# enable GO15VENDOREXPERIMENT
|
||||
ENV GO15VENDOREXPERIMENT 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue