From d378a3f1bb65876e63f6d2a6f31989aead65e79e Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 06:52:11 +0200 Subject: [PATCH] :seedling: Update Cspo Image group to v3.20.2 (#191) | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/alpine | 3.20.1 | 3.20.2 | 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 cd024948..993a4b90 100644 --- a/images/cspo/Dockerfile +++ b/images/cspo/Dockerfile @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \ go build -mod=vendor -trimpath -ldflags "-s -w ${LDFLAGS} -extldflags '-static'" \ -o manager cmd/main.go -FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.1 +FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.2 WORKDIR / COPY --from=build /src/cluster-stack-provider-openstack/manager .