Skip to content

Commit dae4805

Browse files
🌱 Update Cspo Image group (#218)
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/alpine | 3.20.3 | 3.21.2 | | docker | docker.io/library/golang | 1.23.3 | 1.23.5 | Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Co-authored-by: Jan Schoone <[email protected]>
1 parent 2f3a9e6 commit dae4805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/cspo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build
16+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
1717
ARG TARGETOS TARGETARCH
1818

1919
COPY . /src/cluster-stack-provider-openstack
@@ -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.20.3
26+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.2
2727
WORKDIR /
2828
COPY --from=build /src/cluster-stack-provider-openstack/manager .
2929

0 commit comments

Comments
 (0)