File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# IMPORTANT
3
3
# If you change the Rust toolchain version here, make sure to also change
4
- # Docker -images/ubi8-rust-builder/Dockerfile
5
- rust_version : 1.77.0
4
+ # docker -images/ubi8-rust-builder/Dockerfile & docker-images/ubi9 -rust-builder/Dockerfile
5
+ rust_version : 1.77.2
Original file line number Diff line number Diff line change 2
2
# This file is automatically generated from the templates in stackabletech/operator-templating
3
3
# DON'T MANUALLY EDIT THIS FILE
4
4
# =============
5
- FROM oci.stackable.tech/sdp/ubi8 -rust-builder AS builder
5
+ FROM oci.stackable.tech/sdp/ubi9 -rust-builder AS builder
6
6
7
- FROM registry.access.redhat.com/ubi8 /ubi-minimal AS operator
7
+ FROM registry.access.redhat.com/ubi9 /ubi-minimal AS operator
8
8
9
9
ARG VERSION
10
10
ARG RELEASE="1"
You can’t perform that action at this time.
0 commit comments