From 75cabb867c24009a3209314b8949304ee618a378 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:12:30 +0000 Subject: [PATCH] :seedling: Update Cspo Image group to v1.23.3 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/golang | 1.23.0 | 1.23.3 | --- images/cspo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cspo/Dockerfile b/images/cspo/Dockerfile index 7ba22c18..1223e30c 100644 --- a/images/cspo/Dockerfile +++ b/images/cspo/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.0-bullseye as build +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build ARG TARGETOS TARGETARCH COPY . /src/cluster-stack-provider-openstack