File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4949ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
Original file line number Diff line number Diff 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
2121ENV 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
You can’t perform that action at this time.
0 commit comments