This repository was archived by the owner on Aug 14, 2023. It is now read-only.
File tree 3 files changed +3
-2
lines changed
test-integration/spec/hypriotos-image
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ curl -sSL "https://raw.githubusercontent.com/docker/compose/${DOCKER_COMPOSE_VER
252
252
# install docker-ce (w/ install-recommends)
253
253
apt-get install -y --force-yes \
254
254
--no-install-recommends \
255
+ " docker-ce-cli=${DOCKER_CE_VERSION} " \
255
256
" docker-ce=${DOCKER_CE_VERSION} "
256
257
257
258
# install bash completion for Docker CLI
Original file line number Diff line number Diff line change 7
7
end
8
8
9
9
describe command ( 'docker-compose --version' ) do
10
- its ( :stdout ) { should match /1.25.4 /m }
10
+ its ( :stdout ) { should match /1.25.5 /m }
11
11
its ( :exit_status ) { should eq 0 }
12
12
end
13
13
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ RAW_IMAGE_CHECKSUM="cd66db11608f910b7b18f0e1d5f7943f10d54bacc1fa1dcc526a442a115c
13
13
# export KERNEL_VERSION="4.19.97"
14
14
export DOCKER_CE_CHANNEL="stable" # stable, test or edge
15
15
export DOCKER_CE_VERSION="5:19.03.8~3-0~raspbian-buster"
16
- export DOCKER_COMPOSE_VERSION="1.25.4 "
16
+ export DOCKER_COMPOSE_VERSION="1.25.5 "
17
17
export DOCKER_MACHINE_VERSION="0.16.2"
You can’t perform that action at this time.
0 commit comments