From 844979bac0e07fb36274011484a40f7cd4e00420 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 3 Mar 2025 11:49:40 +0100 Subject: [PATCH] chore: Bump Rust toolchain to 1.84.1 --- stackable-base/Dockerfile | 2 +- ubi8-rust-builder/Dockerfile | 2 +- ubi9-rust-builder/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 9e3dd2050..2917ac736 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -15,7 +15,7 @@ ENV CONTAINERDEBUG_VERSION=0.1.1 # This SHOULD be kept in sync with operator-templating and other tools to reduce build times # Find the latest version here: https://doc.rust-lang.org/stable/releases.html # renovate: datasource=github-releases packageName=rust-lang/rust -ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1 # Find the latest version here: https://crates.io/crates/cargo-cyclonedx # renovate: datasource=crate packageName=cargo-cyclonedx ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5 diff --git a/ubi8-rust-builder/Dockerfile b/ubi8-rust-builder/Dockerfile index 18e56baae..27541b0af 100644 --- a/ubi8-rust-builder/Dockerfile +++ b/ubi8-rust-builder/Dockerfile @@ -13,7 +13,7 @@ LABEL maintainer="Stackable GmbH" # This SHOULD be kept in sync with operator-templating and other tools to reduce build times # Find the latest version here: https://doc.rust-lang.org/stable/releases.html # renovate: datasource=github-releases packageName=rust-lang/rust -ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1 # Find the latest version here: https://crates.io/crates/cargo-cyclonedx # renovate: datasource=crate packageName=cargo-cyclonedx ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5 diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index 5f27d8a7d..b4f8ca6e7 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -10,7 +10,7 @@ LABEL maintainer="Stackable GmbH" # This SHOULD be kept in sync with operator-templating and other tools to reduce build times # Find the latest version here: https://doc.rust-lang.org/stable/releases.html # renovate: datasource=github-releases packageName=rust-lang/rust -ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1 # Find the latest version here: https://crates.io/crates/cargo-cyclonedx # renovate: datasource=crate packageName=cargo-cyclonedx ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5