From 141d81b9332c7b957b08527e1b89f5d6404b6dc6 Mon Sep 17 00:00:00 2001 From: Patrick Robinson Date: Thu, 14 Nov 2024 10:06:57 +0100 Subject: [PATCH] Bump Signed-off-by: Patrick Robinson --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 154baca..d6f9ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN mkdir -p /usr/local/lib/docker/cli-plugins && \ ARG POPEYE_VERSION=0.21.3 RUN wget https://github.com/derailed/popeye/releases/download/v${POPEYE_VERSION}/popeye_Linux_`det-arch.sh a r`.tar.gz && tar xf popeye_Linux_`det-arch.sh a r`.tar.gz && mv popeye /usr/bin/ && rm -rf popeye_Linux_`det-arch.sh a r`.tar.gz -ARG HELM_3_VERSION=3.16.2 +ARG HELM_3_VERSION=3.16.3 RUN wget https://get.helm.sh/helm-v${HELM_3_VERSION}-linux-`det-arch.sh a r`.tar.gz && \ tar xf helm-v${HELM_3_VERSION}-linux-`det-arch.sh a r`.tar.gz && \ mv linux-`det-arch.sh a r`/helm /usr/bin/helm3 && \