Skip to content

Commit d8bdcc2

Browse files
committed
Upgrde build docker engine to latest version
Signed-off-by: Alvin Lin <[email protected]>
1 parent 0f1dd3f commit d8bdcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -x
4-
VER="18.06.3-ce"
4+
VER="20.10.9"
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
mv /tmp/docker/* /usr/bin

0 commit comments

Comments
 (0)