File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file.
4646- nifi: Backported NiFi-15567 to NiFi 2.6.0 and 2.7.2 to fix CVE CVE-2026 -25903 ([ #1429 ] ).
4747- ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([ #1432 ] ).
4848- stackable-base: Bump ubi9 image hash ([ #1433 ] ).
49- - stackable-devel: Bump ubi9 image hash ([ #1433 ] ).
49+ - stackable-devel: Bump ubi9 image hash, update rust toolchain ([ #1433 ] , [ # 1435 ] ).
5050
5151### Removed
5252
@@ -112,6 +112,7 @@ All notable changes to this project will be documented in this file.
112112[ #1429 ] : https://github.com/stackabletech/docker-images/pull/1429
113113[ #1432 ] : https://github.com/stackabletech/docker-images/pull/1432
114114[ #1433 ] : https://github.com/stackabletech/docker-images/pull/1433
115+ [ #1435 ] : https://github.com/stackabletech/docker-images/pull/1435
115116
116117## [ 25.11.0] - 2025-11-07
117118
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4747# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4848# TODO (@NickLarsenNZ): Move the version into boil-config.toml once renovate can look there
4949# renovate: datasource=github-releases packageName=rust-lang/rust
50- ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.89 .0
50+ ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.93 .0
5151ENV RUST_DEFAULT_TOOLCHAIN_VERSION=${RUST_DEFAULT_TOOLCHAIN_VERSION}
5252# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
5353# renovate: datasource=crate packageName=cargo-cyclonedx
5454ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5555# Find the latest version here: https://crates.io/crates/cargo-auditable
5656# renovate: datasource=crate packageName=cargo-auditable
57- ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
57+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
5858
5959RUN <<EOF
6060microdnf update
You can’t perform that action at this time.
0 commit comments