From fb7d4e660e493baa14d1d84f466f4239c8c852fb Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Wed, 2 Oct 2024 15:21:04 -0700 Subject: [PATCH] Update Rust Dockerfile version Signed-off-by: Kate Goldenring --- build/containers/Dockerfile.rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/containers/Dockerfile.rust b/build/containers/Dockerfile.rust index 440d98943..2b6f97a62 100644 --- a/build/containers/Dockerfile.rust +++ b/build/containers/Dockerfile.rust @@ -1,6 +1,6 @@ FROM --platform=$BUILDPLATFORM tonistiigi/xx:master AS xx -FROM --platform=$BUILDPLATFORM rust:1.74-slim-bookworm AS build +FROM --platform=$BUILDPLATFORM rust:1.79-slim-bookworm AS build RUN rustup component add rustfmt RUN apt-get update && apt-get install -y clang lld protobuf-compiler pkg-config mmdebstrap wget COPY --from=xx / /