Skip to content

Commit 5324e04

Browse files
authored
chore: Bump Rust to 1.80.0 in ubi8/9-rust-builder (#794)
* chore: Bump Rust to 1.80.0 in ubi8/9-rust-builder * style: Remove trailing whitespace
1 parent abb5a2c commit 5324e04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spark-k8s/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"vector": "0.39.0",
3131
"jmx_exporter": "1.0.1",
3232
"tini": "0.19.0",
33-
},
33+
},
3434
{
3535
"product": "3.5.1",
3636
"java-base": "17",

ubi8-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM registry.access.redhat.com/ubi8-minimal@sha256:de2a0a20c1c3b39c3de829196de9
99
LABEL maintainer="Stackable GmbH"
1010

1111
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
12-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.79.0
12+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.80.0
1313
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.4.0
1414
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
1515
ENV PROTOC_VERSION=27.2

ubi9-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9-minimal@sha256:a7d837b00520a32502ada85ae339
66
LABEL maintainer="Stackable GmbH"
77

88
# This SHOULD to be kept in sync with operator-templating and other tools to reduce build times
9-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.79.0
9+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.80.0
1010
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.4.0
1111
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
1212
ENV PROTOC_VERSION=27.2

0 commit comments

Comments
 (0)