meta: bump rust version for reproducible build (#14991)

This commit is contained in:
Matthias Seitz
2025-03-12 19:16:21 +01:00
committed by GitHub
parent 93e180cb82
commit cd31c32b8d

View File

@@ -1,5 +1,5 @@
# Use the Rust 1.82 image based on Debian Bullseye
FROM rust:1.82-bullseye@sha256:c42c8ca762560c182ba30edda0e0d71a8604040af2672370559d7e854653c66d AS builder
# Use the Rust 1.85 image based on Debian Bullseye
FROM rust:1.85-bullseye AS builder
# Install specific version of libclang-dev
RUN apt-get update && apt-get install -y libclang-dev=1:11.0-51+nmu5