We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97470b0 commit 335da46Copy full SHA for 335da46
build/containers/Dockerfile.rust
@@ -1,6 +1,6 @@
1
FROM --platform=$BUILDPLATFORM tonistiigi/xx:master AS xx
2
3
-FROM --platform=$BUILDPLATFORM rust:1.74-slim-bookworm AS build
+FROM --platform=$BUILDPLATFORM rust:1.75-slim-bookworm AS build
4
RUN rustup component add rustfmt
5
RUN apt-get update && apt-get install -y clang lld protobuf-compiler pkg-config mmdebstrap wget
6
COPY --from=xx / /
0 commit comments