diff --git a/helm/Dockerfile b/helm/Dockerfile index 8d5889008..75f0a1963 100644 --- a/helm/Dockerfile +++ b/helm/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.18 as first # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=3.12.0 +ARG HELM_VERSION=3.12.2 # hadolint ignore=DL3018 RUN apk add --no-cache ca-certificates \