Skip to content

Commit 2925395

Browse files
Bump version for Compose 1.11.1
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent 14fc922 commit 2925395

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.osx

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
2626

2727
# Download the Docker parts
2828

29-
ENV INSTALLER_VERSION 1.13.1
29+
ENV INSTALLER_VERSION 1.13.1a
3030
ENV DOCKER_VERSION 1.13.1
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
@@ -49,7 +49,7 @@ RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/dow
4949

5050
RUN chmod +x /docker-machine
5151

52-
ENV DOCKER_COMPOSE_VERSION 1.11.0
52+
ENV DOCKER_COMPOSE_VERSION 1.11.1
5353
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
5454
RUN chmod +x /docker-compose
5555

Dockerfile.windows

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.13.1
20+
ENV INSTALLER_VERSION 1.13.1a
2121
ENV DOCKER_VERSION 1.13.1
2222
ENV DOCKER_MACHINE_VERSION 0.9.0
23-
ENV DOCKER_COMPOSE_VERSION 1.11.0
23+
ENV DOCKER_COMPOSE_VERSION 1.11.1
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525
ENV KITEMATIC_VERSION 0.13.0
2626
ENV VIRTUALBOX_VERSION 5.1.14

0 commit comments

Comments
 (0)