We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b21be3 + 32008ca commit a8c8922Copy full SHA for a8c8922
builder/test-integration/spec/hypriotos-image/docker-compose_spec.rb
@@ -7,7 +7,7 @@
7
end
8
9
describe command('docker-compose --version') do
10
- its(:stdout) { should match /1.16.1/m }
+ its(:stdout) { should match /1.17.0/m }
11
its(:exit_status) { should eq 0 }
12
13
versions.config
@@ -12,5 +12,5 @@ export BOOTLOADER_BUILD="20171003-131045"
export KERNEL_BUILD="20170303-160601"
export KERNEL_VERSION="4.9.13"
14
export DOCKER_ENGINE_VERSION="17.09.0~ce"
15
-export DOCKER_COMPOSE_VERSION="1.16.1"
+export DOCKER_COMPOSE_VERSION="1.17.0"
16
export DOCKER_MACHINE_VERSION="0.13.0"
0 commit comments