From: czichy Date: Thu, 11 May 2023 10:50:59 +0000 (+0300) Subject: Updating docker image ID X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=de82854c891e95485eb7e20ff9f1bf3a83d61515;p=ric-plt%2Fric-dep.git Updating docker image ID Change-Id: Ib6b53cbd006359780a7d7795813b486781d6d18a Signed-off-by: czichy --- 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."