We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b2c4d commit 913e550Copy full SHA for 913e550
.github/workflows/scripts/install-docker.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
set -x
4
-VER="20.10.19"
+VER="28.0.4"
5
curl -L -o /tmp/docker-$VER.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$VER.tgz
6
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
7
mkdir -vp ~/.docker/cli-plugins/
0 commit comments