Skip to content

Commit 719d262

Browse files
committed
Bump Rust to 1.87.0
1 parent 797b6b3 commit 719d262

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stackable-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4343
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
4444
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4545
# renovate: datasource=github-releases packageName=rust-lang/rust
46-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
46+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
4747
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
4848
# renovate: datasource=crate packageName=cargo-cyclonedx
4949
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7

ubi9-rust-builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ ENV RUSTUP_VERSION=1.28.1
1515
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1616
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1717
# renovate: datasource=github-releases packageName=rust-lang/rust
18-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
18+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
1919
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
2020
# renovate: datasource=crate packageName=cargo-cyclonedx
2121
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
2222
# Find the latest version here: https://crates.io/crates/cargo-auditable
2323
# renovate: datasource=crate packageName=cargo-auditable
24-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
24+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0
2525
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
2626
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
2727
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
28-
ENV PROTOC_VERSION=30.2
28+
ENV PROTOC_VERSION=31.1
2929

3030
# Sets the default shell to Bash with strict error handling and robust pipeline processing.
3131
# "-e": Exits immediately if a command exits with a non-zero status

0 commit comments

Comments
 (0)