Skip to content

Commit

Permalink
Update Rust Dockerfile version
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Oct 2, 2024
1 parent 97470b0 commit fb7d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/containers/Dockerfile.rust
Original file line number Diff line number Diff line change
@@ -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 / /
Expand Down

0 comments on commit fb7d4e6

Please sign in to comment.