Skip to content

Commit

Permalink
Bump linkerd/dev from v43-rust-musl to v44-rust-musl (#442)
Browse files Browse the repository at this point in the history
Bumps [linkerd/dev](https://github.com/rust-lang/docker-rust) from v43-rust-musl to v44-rust-musl.
- [Commits](https://github.com/rust-lang/docker-rust/commits)

---
updated-dependencies:
- dependency-name: linkerd/dev
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 2446f62 commit abb2aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-cni-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
go build -o /go/bin/linkerd-cni -mod=readonly -ldflags "-s -w" -v ./cni-plugin/

FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v43-rust-musl as cni-repair-controller
FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v44-rust-musl as cni-repair-controller
WORKDIR /build
COPY --link justfile justfile-rust .
COPY --link Cargo.toml Cargo.lock .
Expand Down

0 comments on commit abb2aa4

Please sign in to comment.