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 #243 from hypriot/update-compose-1.21.1
Browse files Browse the repository at this point in the history
Update docker-compose 1.21.1
  • Loading branch information
StefanScherer committed Apr 28, 2018
2 parents 252398e + 9ed06bb commit 51c16c2
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.21.0/m }
its(:stdout) { should match /1.21.1/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 @@ -13,5 +13,5 @@ export KERNEL_BUILD="20180422-141901"
# export KERNEL_URL=https://62-32913687-gh.circle-artifacts.com/0/home/circleci/project/output/20180320-092128/raspberrypi-kernel_20180320-092128_armhf.deb
export KERNEL_VERSION="4.14.34"
export DOCKER_CE_VERSION="18.04.0~ce~3-0~raspbian"
export DOCKER_COMPOSE_VERSION="1.21.0"
export DOCKER_COMPOSE_VERSION="1.21.1"
export DOCKER_MACHINE_VERSION="0.14.0"

0 comments on commit 51c16c2

Please sign in to comment.