Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/get_started/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/get_started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion provisioning/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading