Skip to content

Commit 980bdac

Browse files
authored
chore: Bump Rust toolchain to 1.84.1 (#1012)
1 parent 4ecea47 commit 980bdac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stackable-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV CONTAINERDEBUG_VERSION=0.1.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.82.0
18+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
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.5

ubi8-rust-builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL maintainer="Stackable GmbH"
1313
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1414
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1515
# renovate: datasource=github-releases packageName=rust-lang/rust
16-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0
16+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
1717
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
1818
# renovate: datasource=crate packageName=cargo-cyclonedx
1919
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5

ubi9-rust-builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL maintainer="Stackable GmbH"
1010
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1111
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1212
# renovate: datasource=github-releases packageName=rust-lang/rust
13-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0
13+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
1414
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
1515
# renovate: datasource=crate packageName=cargo-cyclonedx
1616
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5

0 commit comments

Comments
 (0)