From c7605b0b0509a5a136f439b268145e08dc693870 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:03:41 +0000 Subject: [PATCH] :seedling: Update Cso Image group to v3.14.2 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | docker.io/alpine/helm | 3.14.0 | 3.14.2 | --- images/cso/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index b8f2250c..43b2ebdd 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.0 as helm +FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.2 as helm # Build the manager binary FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build