Skip to content

Commit

Permalink
1.0.0 release BOOM
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenDowideit authored and Sven Dowideit committed Jun 9, 2014
1 parent a89fbe0 commit 21184fa
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 @@ -25,10 +25,10 @@ RUN curl -L -o vbox.dmg http://download.virtualbox.org/virtualbox/4.3.12/Virtual

ADD mpkg /mpkg

ENV DOCKER_VERSION 0.12.0
ENV BOOT2DOCKER_CLI_VERSION 0.12.0
ENV BOOT2DOCKER_ISO_VERSION 0.12.0
ENV INSTALLER_VERSION 0.12.0
ENV DOCKER_VERSION 1.0.0
ENV BOOT2DOCKER_CLI_VERSION 1.0.0
ENV BOOT2DOCKER_ISO_VERSION 1.0.0
ENV INSTALLER_VERSION 1.0.0

# Downloading VirtualBox and extract the .pkg
RUN mkdir -p /mpkg/vbox && \
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>0.12.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>aplt</string>
<key>LSMinimumSystemVersionByArchitecture</key>
Expand Down

0 comments on commit 21184fa

Please sign in to comment.