File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
4242- ubi9-rust-builder: Bump Rust toolchain to ` 1.89.0 ` , rustup to ` 1.28.2 ` , and cargo-auditable to ` 0.7.1 ` ([ #1318 ] ).
4343- stackable-base: Bump ubi9 base image ([ #1253 ] ).
4444- stackable-devel: Bump ubi9 base image and update cargo-auditable to ` 0.7.0 ` ([ #1253 ] ).
45+ - stackable-devel: Bump Rust toolchain to ` 1.89.0 ` and cargo-auditable to ` 0.7.1 ` ([ #1319 ] ).
4546- vector: Bump to ` 0.49.0 ` ([ #1258 ] ).
4647- airflow: Bump uvicorn dependency to ` 0.37.0 ` ([ #1264 ] ).
4748- trino-cli: Bump to 477 ([ #1285 ] ).
@@ -113,6 +114,7 @@ All notable changes to this project will be documented in this file.
113114[ #1315 ] : https://github.com/stackabletech/docker-images/pull/1315
114115[ #1316 ] : https://github.com/stackabletech/docker-images/pull/1316
115116[ #1318 ] : https://github.com/stackabletech/docker-images/pull/1318
117+ [ #1319 ] : https://github.com/stackabletech/docker-images/pull/1319
116118
117119## [ 25.7.0] - 2025-07-23
118120
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4343# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
4444# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4545# renovate: datasource=github-releases packageName=rust-lang/rust
46- ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87 .0
46+ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89 .0
4747# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
4848# renovate: datasource=crate packageName=cargo-cyclonedx
4949ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5050# Find the latest version here: https://crates.io/crates/cargo-auditable
5151# renovate: datasource=crate packageName=cargo-auditable
52- ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0
52+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
5353
5454RUN <<EOF
5555microdnf update
You can’t perform that action at this time.
0 commit comments