@@ -17,10 +17,10 @@ RUN cd innosetup && \
1717 wine "./innounp.exe" -e "is-unicode.exe"
1818
1919# installer components
20- ENV INSTALLER_VERSION 1.9.0-rc4
21- ENV DOCKER_VERSION 1.9.0-rc4
22- ENV DOCKER_MACHINE_VERSION 0.5.0-rc4
23- ENV DOCKER_COMPOSE_VERSION 1.5.0rc3
20+ ENV INSTALLER_VERSION 1.9.0
21+ ENV DOCKER_VERSION 1.9.0
22+ ENV DOCKER_MACHINE_VERSION 0.5.0
23+ ENV DOCKER_COMPOSE_VERSION 1.5.0
2424ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525ENV KITEMATIC_VERSION 0.9.3
2626ENV VIRTUALBOX_VERSION 5.0.8
@@ -30,17 +30,17 @@ ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030
3131RUN mkdir /bundle
3232WORKDIR /bundle
33- # RUN curl -fsSL -o docker.exe "https://get.docker.com/builds/Windows/x86_64/docker-$DOCKER_VERSION.exe"
34- RUN curl -fsSL -o docker.exe "https://test.docker.com/builds/Windows/x86_64/docker-$DOCKER_VERSION.exe"
33+ RUN curl -fsSL -o docker.exe "https://get.docker.com/builds/Windows/x86_64/docker-$DOCKER_VERSION.exe"
34+ # RUN curl -fsSL -o docker.exe "https://test.docker.com/builds/Windows/x86_64/docker-$DOCKER_VERSION.exe"
3535
3636RUN curl -fsSL -o docker-machine.zip "https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_windows-amd64.zip" && \
3737 unzip docker-machine.zip && \
3838 rm docker-machine.zip
3939
4040RUN curl -fsSL -o docker-compose.exe "https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Windows-x86_64.exe"
4141
42- # RUN curl -fsSL -o boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$BOOT2DOCKER_ISO_VERSION/boot2docker.iso
43- RUN curl -fsSL -o boot2docker.iso https://github.com/tianon/boot2docker-legacy/releases/download/v$BOOT2DOCKER_ISO_VERSION/boot2docker.iso
42+ RUN curl -fsSL -o boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$BOOT2DOCKER_ISO_VERSION/boot2docker.iso
43+ # RUN curl -fsSL -o boot2docker.iso https://github.com/tianon/boot2docker-legacy/releases/download/v$BOOT2DOCKER_ISO_VERSION/boot2docker.iso
4444
4545RUN curl -fsSL -o kitematic.zip "https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Windows-Alpha.zip" && \
4646 mkdir kitematic && \
0 commit comments