Skip to content

Commit

Permalink
Merge pull request #10054 from shin-/docker-py-bump-0.7.1
Browse files Browse the repository at this point in the history
Bumped docker-py version to latest release
  • Loading branch information
Jessie Frazelle committed Jan 12, 2015
2 parents 6ef475b + 3873b19 commit 0da9540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 { \
Expand Down

0 comments on commit 0da9540

Please sign in to comment.