From 0f8be0ba98e8965f6a9353b98297a3be8a59f2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:21:37 +0000 Subject: [PATCH] Bump linkerd/dev from v43-rust-musl to v44-rust-musl 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] --- Dockerfile-cni-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-cni-plugin b/Dockerfile-cni-plugin index 477c045c..b9ca86bb 100644 --- a/Dockerfile-cni-plugin +++ b/Dockerfile-cni-plugin @@ -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 .