Skip to content

Commit 9afab45

Browse files
committed
Pin docker version
1 parent e7861de commit 9afab45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/tools/docker-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if ! hash docker 2>/dev/null; then
1616
echo "Installing Docker Client. Please wait..."
1717
mkdir -p $RESOURCES_PATH"/docker"
1818
cd $RESOURCES_PATH"/docker"
19-
wget https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz -O ./docker.tar.gz
19+
wget https://download.docker.com/linux/static/stable/x86_64/docker-20.10.7.tgz -O ./docker.tar.gz
2020
tar xfz ./docker.tar.gz
2121
rm -rf ./docker.tar.gz
2222
# TODO: only move the docker client to bin

0 commit comments

Comments
 (0)