upgrade Docker to 1.13.0-rc1

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-11-14 10:36:52 +00:00
parent 57d023e0b0
commit d45bf3d89b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
DOCKER_EXPERIMENTAL?=1
DOCKER_EXPERIMENTAL?=0
all:
$(MAKE) -C alpine

View File

@ -1,8 +1,8 @@
DOCKER_VERSION?=1.12.3
DOCKER_VERSION?=1.13.0-rc1
FORCE_CURL?=1
ARCH?=x86_64
OS?=Linux
DOCKER_EXPERIMENTAL?=1
DOCKER_EXPERIMENTAL?=0
all: usr/bin/docker