Skip to content

Commit cd31c32

Browse files
authored
meta: bump rust version for reproducible build (paradigmxyz#14991)
1 parent 93e180c commit cd31c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.reproducible

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use the Rust 1.82 image based on Debian Bullseye
2-
FROM rust:1.82-bullseye@sha256:c42c8ca762560c182ba30edda0e0d71a8604040af2672370559d7e854653c66d AS builder
1+
# Use the Rust 1.85 image based on Debian Bullseye
2+
FROM rust:1.85-bullseye AS builder
33

44
# Install specific version of libclang-dev
55
RUN apt-get update && apt-get install -y libclang-dev=1:11.0-51+nmu5

0 commit comments

Comments
 (0)