Skip to content

Commit abb2aa4

Browse files
Bump linkerd/dev from v43-rust-musl to v44-rust-musl (#442)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2446f62 commit abb2aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-cni-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG TARGETARCH
1212
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
1313
go build -o /go/bin/linkerd-cni -mod=readonly -ldflags "-s -w" -v ./cni-plugin/
1414

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

0 commit comments

Comments
 (0)