Skip to content

Commit a69ecad

Browse files
authored
chore(ubi-rust-builder): Bump Rust toolchain to 1.81.0 (#902)
1 parent 4fc0180 commit a69ecad

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.80.1
16+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.81.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.80.1
13+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.81.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)