Skip to content

Commit

Permalink
🌱 Update Cspo Image group (#8)
Browse files Browse the repository at this point in the history
| 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>
  • Loading branch information
cluster-stack-bot[bot] authored Dec 15, 2023
1 parent 09a49cd commit ada167a
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.21.4-bullseye as build
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.5-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.18.4
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.19.0
WORKDIR /
COPY --from=build /src/cluster-stack-provider-openstack/manager .

Expand Down

0 comments on commit ada167a

Please sign in to comment.