Update docker version to 20.10.21

Closes gh-32893
This commit is contained in:
Moritz Halbritter 2022-10-27 16:41:44 +02:00
parent f37219adc1
commit 75b938d0f6

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
version="20.10.20"
version="20.10.21"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";