From 2b83c36ef7acc2edc2ac88616389b451a35dba8d Mon Sep 17 00:00:00 2001 From: Jason Vranek Date: Wed, 22 Apr 2026 11:36:26 -0700 Subject: [PATCH] Bump docker to 1.91 to match local builds --- docs/docs/get_started/building.md | 2 +- docs/docs/get_started/overview.md | 2 +- provisioning/build.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/get_started/building.md b/docs/docs/get_started/building.md index 3a0a964a..966b0362 100644 --- a/docs/docs/get_started/building.md +++ b/docs/docs/get_started/building.md @@ -34,7 +34,7 @@ If you don't want to use the Docker builder, you can compile the Commit-Boost ar Requirements: -- Rust 1.89+ +- Rust 1.91+ - GCC (or another C compiler of your choice) - OpenSSL development libraries - Protobuf Compiler (`protoc`) diff --git a/docs/docs/get_started/overview.md b/docs/docs/get_started/overview.md index e5209f09..7956774b 100644 --- a/docs/docs/get_started/overview.md +++ b/docs/docs/get_started/overview.md @@ -28,7 +28,7 @@ The modules are also published at [each release](https://github.com/orgs/Commit- Requirements: -- Rust 1.89 +- Rust 1.91 :::note Run `rustup update` to update Rust and Cargo to the latest version diff --git a/provisioning/build.Dockerfile b/provisioning/build.Dockerfile index b28b62ff..21b42eb0 100644 --- a/provisioning/build.Dockerfile +++ b/provisioning/build.Dockerfile @@ -1,5 +1,5 @@ # This will be the main build image -FROM --platform=${BUILDPLATFORM} rust:1.89-slim-bookworm AS chef +FROM --platform=${BUILDPLATFORM} rust:1.91-slim-bookworm AS chef ARG TARGETOS TARGETARCH BUILDPLATFORM TARGET_CRATE ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse WORKDIR /app