Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #111 from hypriot/update-machine-0.8.0
Browse files Browse the repository at this point in the history
Update docker-machine 0.8.0
  • Loading branch information
StefanScherer committed Jul 30, 2016
2 parents 727a9f8 + 5d078ee commit 01136c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l docker-machine') do
its(:stdout) { should match /ii docker-machine/ }
its(:stdout) { should match /0.7.0-26/ }
its(:stdout) { should match /0.8.0-30/ }
its(:exit_status) { should eq 0 }
end

Expand All @@ -17,6 +17,6 @@
end

describe command('docker-machine --version') do
its(:stdout) { should match /0.7.0/m }
its(:stdout) { should match /0.8.0/m }
its(:exit_status) { should eq 0 }
end
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export KERNEL_BUILD="20160725-081443"
export KERNEL_VERSION="4.4.15"
export DOCKER_ENGINE_VERSION="1.11.1-1"
export DOCKER_COMPOSE_VERSION="1.7.1-40"
export DOCKER_MACHINE_VERSION="0.7.0-26"
export DOCKER_MACHINE_VERSION="0.8.0-30"
export DEVICE_INIT_VERSION="0.1.7"
export CLUSTER_LAB_VERSION="0.2.14-1"

Expand Down

0 comments on commit 01136c5

Please sign in to comment.