Skip to content

Commit 913e550

Browse files
authored
upgrade docker image (#6737)
Signed-off-by: SungJin1212 <[email protected]>
1 parent 41b2c4d commit 913e550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -x
4-
VER="20.10.19"
4+
VER="28.0.4"
55
curl -L -o /tmp/docker-$VER.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$VER.tgz
66
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
77
mkdir -vp ~/.docker/cli-plugins/

0 commit comments

Comments
 (0)