diff --git a/builder/test-integration/spec/hypriotos-image/docker-machine_spec.rb b/builder/test-integration/spec/hypriotos-image/docker-machine_spec.rb index 5b89112..19b77dc 100644 --- a/builder/test-integration/spec/hypriotos-image/docker-machine_spec.rb +++ b/builder/test-integration/spec/hypriotos-image/docker-machine_spec.rb @@ -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 @@ -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 diff --git a/versions.config b/versions.config index 8f8fc21..1c1a167 100644 --- a/versions.config +++ b/versions.config @@ -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"