From 3873b19c31a882a3240fc04b63e23e8a557028c0 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 12 Jan 2015 15:01:09 -0800 Subject: [PATCH] Bumped docker-py version to latest release Signed-off-by: Joffrey F --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7d19928d4..f46b029bfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,7 +117,7 @@ RUN git clone -b buildroot-2014.02 https://github.com/jpetazzo/docker-busybox.gi RUN curl -sSL -o /cirros.tar.gz https://github.com/ewindisch/docker-cirros/raw/1cded459668e8b9dbf4ef976c94c05add9bbd8e9/cirros-0.3.0-x86_64-lxc.tar.gz # Get the "docker-py" source so we can run their integration tests -RUN git clone -b 0.7.0 https://github.com/docker/docker-py.git /docker-py +RUN git clone -b 0.7.1 https://github.com/docker/docker-py.git /docker-py # Setup s3cmd config RUN { \