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

Commit fc14ce2

Browse files
committed
Bump to 1.9.0b
Signed-off-by: Jeffrey Morgan <[email protected]>
1 parent dd885a8 commit fc14ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.osx

Lines changed: 1 addition & 1 deletion
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.9.0a
29+
ENV INSTALLER_VERSION 1.9.0b
3030
ENV DOCKER_VERSION 1.9.0
3131
# RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3232
RUN curl -fsSL -o docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION

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.9.0a
20+
ENV INSTALLER_VERSION 1.9.0b
2121
ENV DOCKER_VERSION 1.9.0
2222
ENV DOCKER_MACHINE_VERSION 0.5.0
2323
ENV DOCKER_COMPOSE_VERSION 1.5.0

0 commit comments

Comments
 (0)