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

Commit

Permalink
Merge pull request #196 from hypriot/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
StefanScherer authored Nov 2, 2017
2 parents 201a783 + 9e23de5 commit 6277f85
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 @@ -11,5 +11,5 @@ RAW_IMAGE_CHECKSUM="2fbeb13b7b0f2308dbd0d82780b54c33003ad43d145ff08498b25fb8bbe1
export KERNEL_BUILD="20170319-133405"
export KERNEL_VERSION="4.4.50"
export DOCKER_CE_VERSION="17.10.0~ce-0~raspbian"
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 6277f85

Please sign in to comment.