From fc7b5291e2c5f6ae10e579de3edd68936835ea06 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 8 Aug 2015 13:51:11 -0700 Subject: [PATCH] Correct version of boot2docker --- osx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/Dockerfile b/osx/Dockerfile index 5dca13f892..62584d08e9 100644 --- a/osx/Dockerfile +++ b/osx/Dockerfile @@ -39,7 +39,7 @@ RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/dow RUN chmod +x /docker-compose ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION -RUN curl -fsSL -o /boot2docker.iso https://github.com/tianon/boot2docker-legacy/releases/download/v1.8.0-rc2/boot2docker.iso +RUN curl -fsSL -o /boot2docker.iso https://github.com/tianon/boot2docker-legacy/releases/download/v$DOCKER_VERSION/boot2docker.iso ENV KITEMATIC_VERSION 0.8.0-rc5 RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip