Skip to content

Commit

Permalink
Merge pull request #26 from DieterReuter/update-docker-compose-1.7.0
Browse files Browse the repository at this point in the history
Update Docker-Compose 1.17.0
  • Loading branch information
DieterReuter authored Nov 2, 2017
2 parents 1b21be3 + 32008ca commit a8c8922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end

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

Expand Down
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export BOOTLOADER_BUILD="20171003-131045"
export KERNEL_BUILD="20170303-160601"
export KERNEL_VERSION="4.9.13"
export DOCKER_ENGINE_VERSION="17.09.0~ce"
export DOCKER_COMPOSE_VERSION="1.16.1"
export DOCKER_COMPOSE_VERSION="1.17.0"
export DOCKER_MACHINE_VERSION="0.13.0"

0 comments on commit a8c8922

Please sign in to comment.