From a025f69daa649aea1dfe8af65ec66c53d9235fa5 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Sun, 8 Jan 2017 13:28:58 -0300 Subject: [PATCH] Update dind to rc5 and compose to 1.10 --- Dockerfile.dind | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 9faa149..b9111ec 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,9 +1,9 @@ -FROM docker:1.13.0-rc4-dind +FROM docker:1.13.0-rc5-dind -RUN apk add --no-cache git tmux py-pip apache2-utils vim build-base gettext-dev curl bash +RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash # Install Compose and Machine -RUN pip install docker-compose==1.9.0 +RUN pip install docker-compose==1.10.0-rc1 RUN curl -L https://github.com/docker/machine/releases/download/v0.9.0-rc1/docker-machine-Linux-x86_64 \ -o /usr/bin/docker-machine && chmod +x /usr/bin/docker-machine