Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/ack-optimized-os-linux3-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ setup_env() {
export RUNTIME_VERSION="19.03.5"
export DOCKER_VERSION="19.03.5"
else
export RUNTIME_VERSION="1.5.10"
RUNTIME_VERSION=${RUNTIME_VERSION:-1.6.20}
export RUNTIME_VERSION
fi

export RELEASE_VERSION=$(echo $KUBE_VERSION | awk -F. '{print $1"."$2}')
Expand Down