mirror of https://github.com/docker/docs.git
Bump kitematic to 0.8.2 on osx
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
c6aaba6525
commit
5cd30d7e62
|
|
@ -41,7 +41,7 @@ RUN chmod +x /docker-compose
|
|||
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
|
||||
RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso
|
||||
|
||||
ENV KITEMATIC_VERSION 0.8.1
|
||||
ENV KITEMATIC_VERSION 0.8.2
|
||||
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
|
||||
|
||||
ENV INSTALLER_VERSION 1.8.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue