Skip to content

Commit a8c8922

Browse files
authored
Merge pull request #26 from DieterReuter/update-docker-compose-1.7.0
Update Docker-Compose 1.17.0
2 parents 1b21be3 + 32008ca commit a8c8922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder/test-integration/spec/hypriotos-image/docker-compose_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

99
describe command('docker-compose --version') do
10-
its(:stdout) { should match /1.16.1/m }
10+
its(:stdout) { should match /1.17.0/m }
1111
its(:exit_status) { should eq 0 }
1212
end
1313

versions.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export BOOTLOADER_BUILD="20171003-131045"
1212
export KERNEL_BUILD="20170303-160601"
1313
export KERNEL_VERSION="4.9.13"
1414
export DOCKER_ENGINE_VERSION="17.09.0~ce"
15-
export DOCKER_COMPOSE_VERSION="1.16.1"
15+
export DOCKER_COMPOSE_VERSION="1.17.0"
1616
export DOCKER_MACHINE_VERSION="0.13.0"

0 commit comments

Comments
 (0)