1
0
Fork 0

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:
Vincent Demeester 2016-05-12 17:10:42 +02:00
parent 7bf421f847
commit 061107b65f
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
6 changed files with 43 additions and 48 deletions

View file

@ -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