project-lakitu: update app-emulation/docker-cli to 20.10.3

Update Docker (CLI) to the latest release that contains
the fix for CVE-2021-21285

BUG=b/179987370
TEST=presubmit
RELEASE_NOTE=Update docker-cli to 20.10.3

Change-Id: I056dd923386525717c3689c78730cb39509eb922
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/12971
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
diff --git a/project-lakitu/app-emulation/docker-cli/Manifest b/project-lakitu/app-emulation/docker-cli/Manifest
index f234fd3..2b4020c 100644
--- a/project-lakitu/app-emulation/docker-cli/Manifest
+++ b/project-lakitu/app-emulation/docker-cli/Manifest
@@ -1 +1 @@
-DIST docker-cli-20.10.2.tar.gz 7706210 BLAKE2B c8d537be8344dbd2113232c85a52f001231fdf653819710cf4492c86d58662e5f0d74f6fb00593d1034b5d481f15524cec89e2b3463900705a545b2051ab38d2 SHA512 907c846bf4043dcce4dd4e95e6335554b50e954464a83f75a44b1c0fcf9f2625c490a12758d18653c0d031768878a3f6fc91cb7fc6e1d3235d5e8f21ecd93caf
+DIST docker-cli-20.10.3.tar.gz 7733821 BLAKE2B ab71e6817e7fe0d7c5f8c776cb25ae7bc49b5a224c835fe833988b67dfdf562207cd0afed4710d33e8a31156bd16bdc70df13f1194e862314add069c320c4e6e SHA512 769bed3e5409f6be570ab3672bef1bea4d16d5bfaeb81af8c4b3b7cfb56732c108c5404464731c001cf94fefd77c40a142bed80c85f1b058041e187453a6b88e
diff --git a/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2-r4.ebuild b/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2-r4.ebuild
deleted file mode 120000
index ae59e2a..0000000
--- a/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2-r4.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-docker-cli-20.10.2.ebuild
\ No newline at end of file
diff --git a/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3-r1.ebuild b/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3-r1.ebuild
new file mode 120000
index 0000000..3106247
--- /dev/null
+++ b/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3-r1.ebuild
@@ -0,0 +1 @@
+docker-cli-20.10.3.ebuild
\ No newline at end of file
diff --git a/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2.ebuild b/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3.ebuild
similarity index 98%
rename from project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2.ebuild
rename to project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3.ebuild
index 45e761a..57d6596 100644
--- a/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.2.ebuild
+++ b/project-lakitu/app-emulation/docker-cli/docker-cli-20.10.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-GIT_COMMIT=831ebeae96
+GIT_COMMIT=48d30b5b32
 EGO_PN="github.com/docker/cli"
 inherit bash-completion-r1  golang-vcs-snapshot