Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Bump to version 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Firshman <[email protected]>
  • Loading branch information
bfirsh committed Oct 14, 2014
1 parent af4a45b commit 9d16943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN curl -L -o vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERSION/

# Download the Docker parts

ENV DOCKER_VERSION 1.2.0
ENV BOOT2DOCKER_CLI_VERSION 1.2.0
ENV BOOT2DOCKER_ISO_VERSION 1.2.0
ENV INSTALLER_VERSION 1.2.0
ENV DOCKER_VERSION 1.3.0
ENV BOOT2DOCKER_CLI_VERSION 1.3.0
ENV BOOT2DOCKER_ISO_VERSION 1.3.0
ENV INSTALLER_VERSION 1.3.0

RUN curl -L -o /docker.tgz http://get.docker.io/builds/Darwin/x86_64/docker-$DOCKER_VERSION.tgz
RUN curl -L -o /boot2docker https://github.com/boot2docker/boot2docker-cli/releases/download/v${BOOT2DOCKER_CLI_VERSION}/boot2docker-v${BOOT2DOCKER_CLI_VERSION}-darwin-amd64
Expand Down
2 changes: 1 addition & 1 deletion mpkg/boot2docker.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>aplt</string>
<key>LSMinimumSystemVersionByArchitecture</key>
Expand Down

0 comments on commit 9d16943

Please sign in to comment.