From 95b8a984caeaff5db03703ae4e96353687894e8d Mon Sep 17 00:00:00 2001 From: John M Flinchbaugh Date: Tue, 25 Oct 2022 12:28:21 -0400 Subject: [PATCH] upgrade to helm 3.10.1 (#31) latest helm for packaging and testing. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f382301..e784114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # Eclipse Foundation. All other trademarks are the property of their respective owners. # -FROM docker-all.repo.sonatype.com/alpine/helm:3.9.3 +FROM docker-all.repo.sonatype.com/alpine/helm:3.10.1 RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh