chore(semaphoreci): update Docker version.
This commit is contained in:
parent
631079a12f
commit
fdb24c64e4
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
sudo -E apt-get -yq update
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-engine=${DOCKER_VERSION}*
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-ce=${DOCKER_VERSION}*
|
||||
docker version
|
||||
|
||||
pip install --user -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue