Skip to content

Commit

Permalink
🌱 Update Cspo Image group to v3.20.3 (#202)
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | docker.io/library/alpine | 3.20.2 | 3.20.3 |

Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
Co-authored-by: Roman Hros <roman.hros@dnation.cloud>
  • Loading branch information
cluster-stack-bot[bot] and chess-knight authored Sep 10, 2024
1 parent bc31c32 commit d13f2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/cspo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.3
WORKDIR /
COPY --from=build /src/cluster-stack-provider-openstack/manager .

Expand Down

0 comments on commit d13f2c3

Please sign in to comment.