From 317509d3dff2cfd56141cec979adc1c081babbf9 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Thu, 18 May 2017 10:57:35 -0300 Subject: [PATCH] Update compose and machine versions --- Dockerfile.dind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index aa7dbf2..ca3f7a0 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -3,8 +3,8 @@ FROM docker:${VERSION} RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq -ENV COMPOSE_VERSION=1.12.0 -ENV MACHINE_VERSION=v0.10.0 +ENV COMPOSE_VERSION=1.13.0 +ENV MACHINE_VERSION=v0.11.0 # Install Compose and Machine RUN pip install docker-compose==${COMPOSE_VERSION} RUN curl -L https://github.com/docker/machine/releases/download/${MACHINE_VERSION}/docker-machine-Linux-x86_64 \