diff --git a/tool-box/Dockerfile b/tool-box/Dockerfile index 8f63b1eb7..8c62c9ea6 100644 --- a/tool-box/Dockerfile +++ b/tool-box/Dockerfile @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"] # renovate: datasource=repology depName=homebrew/openshift-cli ARG OC_VERSION=4.18.10 # renovate: datasource=github-releases depName=openshift/rosa -ARG ROSA_VERSION=v1.2.53 +ARG ROSA_VERSION=v1.2.64 # renovate: datasource=github-releases depName=redhat-developer/odo ARG ODO_VERSION=v3.16.1 # renovate: datasource=github-releases depName=stedolan/jq