Skip to content

Commit 335da46

Browse files
Update Rust Dockerfile version
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 97470b0 commit 335da46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/containers/Dockerfile.rust

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM --platform=$BUILDPLATFORM tonistiigi/xx:master AS xx
22

3-
FROM --platform=$BUILDPLATFORM rust:1.74-slim-bookworm AS build
3+
FROM --platform=$BUILDPLATFORM rust:1.75-slim-bookworm AS build
44
RUN rustup component add rustfmt
55
RUN apt-get update && apt-get install -y clang lld protobuf-compiler pkg-config mmdebstrap wget
66
COPY --from=xx / /

0 commit comments

Comments
 (0)