forked from SW/traefik
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user