Skip to content

Commit

Permalink
🌱 Update Cspo Image group
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/alpine | 3.20.3 | 3.21.1 |
| docker     | docker.io/library/golang | 1.23.3 | 1.23.4 |
  • Loading branch information
cluster-stack-bot[bot] authored Jan 7, 2025
1 parent f048fa7 commit aa2184a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cspo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.3-bullseye as build
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.4-bullseye as build
ARG TARGETOS TARGETARCH

COPY . /src/cluster-stack-provider-openstack
Expand All @@ -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.3
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.21.1
WORKDIR /
COPY --from=build /src/cluster-stack-provider-openstack/manager .

Expand Down

0 comments on commit aa2184a

Please sign in to comment.