Skip to content

Commit cc498a3

Browse files
committed
chore(ubi8/9): Bump to Rust 1.85.0
1 parent c654ba8 commit cc498a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubi8-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
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.84.1
16+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
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

Lines changed: 1 addition & 1 deletion
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.84.1
13+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
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)