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

Commit

Permalink
Update device-init 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed May 25, 2016
1 parent 5e953ea commit 2529032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export KERNEL_VERSION="4.4.10"
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 DEVICE_INIT_VERSION="0.1.5"
export DEVICE_INIT_VERSION="0.1.7"
export CLUSTER_LAB_VERSION="0.2.12-1"

# create build directory for assembling our image filesystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l device-init') do
its(:stdout) { should match /ii device-init/ }
its(:stdout) { should match /0.1.5/ }
its(:stdout) { should match /0.1.7/ }
its(:exit_status) { should eq 0 }
end

Expand Down

0 comments on commit 2529032

Please sign in to comment.