Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit 7a35f84

Browse files
committed
Bump versions for new version of compose
Signed-off-by: Jeffrey Morgan <[email protected]>
1 parent 88da0db commit 7a35f84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV DOCKER_MACHINE_VERSION 0.4.1
3434
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_darwin-amd64
3535
RUN chmod +x /docker-machine
3636

37-
ENV DOCKER_COMPOSE_VERSION 1.4.1
37+
ENV DOCKER_COMPOSE_VERSION 1.4.2
3838
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
3939
RUN chmod +x /docker-compose
4040

@@ -44,7 +44,7 @@ RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/re
4444
ENV KITEMATIC_VERSION 0.8.5
4545
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
4646

47-
ENV INSTALLER_VERSION 1.8.2a
47+
ENV INSTALLER_VERSION 1.8.2b
4848

4949
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5050

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.8.2a
20+
ENV INSTALLER_VERSION 1.8.2b
2121
ENV DOCKER_VERSION 1.8.2
2222
ENV DOCKER_MACHINE_VERSION 0.4.1
2323
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION

0 commit comments

Comments
 (0)