File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
3535### Changed
3636
3737- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([ #1050 ] ).
38+ - ubi-rust-builder: Bump base image and update protoc to ` 30.2 ` ([ #1091 ] ).
3839- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([ #1034 ] )
3940
4041### Fixed
Original file line number Diff line number Diff line change 33
44# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
55# IMPORTANT: Be sure to use the Manifest List Digest for multi-arch support
6- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392 AS builder
6+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e7da3c032ae52bd26e597cc616eed644710e32e5d3bc9212c7edde8ab7799b0e AS builder
77
88LABEL maintainer="Stackable GmbH"
99
@@ -20,7 +20,7 @@ ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
2020# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
2121# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
2222# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
23- ENV PROTOC_VERSION=27.3
23+ ENV PROTOC_VERSION=30.2
2424
2525# Sets the default shell to Bash with strict error handling and robust pipeline processing.
2626# "-e": Exits immediately if a command exits with a non-zero status
You can’t perform that action at this time.
0 commit comments