From 479f4964ac2e223d172abe0baa596a961bd5d36b Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:39:03 +0100 Subject: [PATCH] :seedling: Update Cspo Image group to v1.23.3 (#206) | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/golang | 1.23.0 | 1.23.3 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> --- 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