Update docker to 1.12.0-rc3

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2016-07-04 11:04:29 +01:00
parent 8b99d0c026
commit 269d61a849

View File

@ -1,4 +1,4 @@
DOCKER_VERSION=1.12.0-rc2
DOCKER_VERSION=1.12.0-rc3
ARCH?=x86_64
OS?=Linux
EXPERIMENTAL?=1
@ -18,7 +18,7 @@ bin: docker.git
cp docker.git/bundles/latest/binary-client/docker bin/
docker.git:
git clone git://github.com/justincormack/docker.git docker.git
git clone git://github.com/djs55/docker.git docker.git
arm:
mkdir -p bin