mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
meta: bump rust version for reproducible build (#14991)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user