From 39e30cefc85517698bbf84ff716096e0d580d490 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:15:59 +0000 Subject: [PATCH] :seedling: Update Cso Image group to v3.14.4 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | docker.io/alpine/helm | 3.14.3 | 3.14.4 | --- images/cso/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index dbd545e70..15a6d71bf 100644 --- a/images/cso/Dockerfile +++ b/images/cso/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.3 as helm +FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.4 as helm # Build the manager binary FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build