diff --git a/images/stackrox-ui-test.Dockerfile b/images/stackrox-ui-test.Dockerfile index 5d1b21e5..a927be7b 100644 --- a/images/stackrox-ui-test.Dockerfile +++ b/images/stackrox-ui-test.Dockerfile @@ -142,7 +142,7 @@ RUN set -ex \ # helm RUN set -ex \ - && wget --no-verbose -O helm.tgz https://get.helm.sh/helm-v3.11.2-linux-amd64.tar.gz \ + && wget --no-verbose -O helm.tgz https://get.helm.sh/helm-v3.20.0-linux-amd64.tar.gz \ && tar -xf helm.tgz \ && install linux-amd64/helm /usr/local/bin \ && rm -rf helm.tgz linux-amd64 \