From de82854c891e95485eb7e20ff9f1bf3a83d61515 Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 11 May 2023 13:50:59 +0300 Subject: [PATCH] Updating docker image ID Change-Id: Ib6b53cbd006359780a7d7795813b486781d6d18a Signed-off-by: czichy --- bin/install_k8s_and_helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_k8s_and_helm.sh b/bin/install_k8s_and_helm.sh index 0d19590..f1873bc 100755 --- a/bin/install_k8s_and_helm.sh +++ b/bin/install_k8s_and_helm.sh @@ -170,7 +170,7 @@ elif [[ ${UBUNTU_RELEASE} == 18.* ]]; then elif [[ ${UBUNTU_RELEASE} == 20.* ]]; then echo "Installing on Ubuntu $UBUNTU_RELEASE (Focal Fossal)" if [ ! -z "${DOCKERV}" ]; then - DOCKERVERSION="${DOCKERV}-0ubuntu1~20.04.1" # 20.10.21-0ubuntu1~20.04.1 + DOCKERVERSION="${DOCKERV}-0ubuntu1~20.04.2" # 20.10.21-0ubuntu1~20.04.2 fi else echo "Unsupported Ubuntu release ($UBUNTU_RELEASE) detected. Exit." -- 2.16.6