|
@@ -61,7 +61,7 @@ RUN set -x \
|
|
|
ENV GOPATH /go:/go/src/github.com/docker/docker/vendor
|
|
|
|
|
|
# Get the "docker-py" source so we can run their integration tests
|
|
|
-ENV DOCKER_PY_COMMIT 139850f3f3b17357bab5ba3edfb745fb14043764
|
|
|
+ENV DOCKER_PY_COMMIT e2878cbcc3a7eef99917adc1be252800b0e41ece
|
|
|
RUN git clone https://github.com/docker/docker-py.git /docker-py \
|
|
|
&& cd /docker-py \
|
|
|
&& git checkout -q $DOCKER_PY_COMMIT
|