From 62b44bd73e34f1c0463227ebf5c721dba60a744e Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 3 Dec 2024 16:36:29 +0100 Subject: [PATCH] chore(ubi-rust-builder): Bump Rust toolchain to 1.82.0 (#944) --- ubi8-rust-builder/Dockerfile | 2 +- ubi9-rust-builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubi8-rust-builder/Dockerfile b/ubi8-rust-builder/Dockerfile index 8d2825eb6..18e56baae 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.81.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0 # 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 1634a6a58..5f27d8a7d 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.81.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.82.0 # 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