Skip to content

Commit 5536739

Browse files
🌱 Update Cspo Image group to v3.21.3
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/alpine | 3.21.2 | 3.21.3 |
1 parent f23bdb5 commit 5536739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/cspo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
2323
go build -mod=vendor -trimpath -ldflags "-s -w ${LDFLAGS} -extldflags '-static'" \
2424
-o manager cmd/main.go
2525

26-
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.2
26+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.3
2727
WORKDIR /
2828
COPY --from=build /src/cluster-stack-provider-openstack/manager .
2929

0 commit comments

Comments
 (0)