Skip to content

Commit 5813295

Browse files
authored
Bump docker to 1.91 to match local builds (Commit-Boost#455)
1 parent 8671116 commit 5813295

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/get_started/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you don't want to use the Docker builder, you can compile the Commit-Boost ar
3434

3535
Requirements:
3636

37-
- Rust 1.89+
37+
- Rust 1.91+
3838
- GCC (or another C compiler of your choice)
3939
- OpenSSL development libraries
4040
- Protobuf Compiler (`protoc`)

docs/docs/get_started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The modules are also published at [each release](https://github.com/orgs/Commit-
2828

2929
Requirements:
3030

31-
- Rust 1.89
31+
- Rust 1.91
3232

3333
:::note
3434
Run `rustup update` to update Rust and Cargo to the latest version

provisioning/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This will be the main build image
2-
FROM --platform=${BUILDPLATFORM} rust:1.89-slim-bookworm AS chef
2+
FROM --platform=${BUILDPLATFORM} rust:1.91-slim-bookworm AS chef
33
ARG TARGETOS TARGETARCH BUILDPLATFORM TARGET_CRATE
44
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
55
WORKDIR /app

0 commit comments

Comments
 (0)