From fd90b99a86adb1941f0686eb1be2a684a726f15c Mon Sep 17 00:00:00 2001 From: "azimuth-automation-bot[bot]" <177105362+azimuth-automation-bot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:34:23 +0000 Subject: [PATCH] Update Helm to v3.16.4 (#249) Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89b6c4f..1929ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update && \ apt-get install -y curl && \ rm -rf /var/lib/apt/lists/* -ARG HELM_VERSION=v3.16.3 +ARG HELM_VERSION=v3.16.4 RUN set -ex; \ OS_ARCH="$(uname -m)"; \ case "$OS_ARCH" in \