Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit ada167a

Browse files
🌱 Update Cspo Image group (#8)
| datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | docker | docker.io/library/alpine | 3.18.4 | 3.19.0 | | docker | docker.io/library/golang | 1.21.4 | 1.21.5 | Co-authored-by: scs-project-manager[bot] <143188378+scs-project-manager[bot]@users.noreply.github.com>
1 parent 09a49cd commit ada167a

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.21.4-bullseye as build
16+
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.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.18.4
26+
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.19.0
2727
WORKDIR /
2828
COPY --from=build /src/cluster-stack-provider-openstack/manager .
2929

0 commit comments

Comments
 (0)