|
3 | 3 |
|
4 | 4 | # Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti |
5 | 5 | # IMPORTANT: Be sure to use the Manifest List Digest for multi-arch support |
6 | | -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829 AS builder |
| 6 | +# The website is broken, so you can use this to find it: |
| 7 | +# curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \ |
| 8 | +# | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}' |
| 9 | +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder |
7 | 10 |
|
8 | 11 | LABEL maintainer="Stackable GmbH" |
9 | 12 |
|
10 | 13 | # Pin the rustup version to avoid unexpected breaking changes. |
11 | 14 | # See https://github.com/rust-lang/rustup/blob/4514d36fcc9c42416176111cd841c86f7ec44b2c/rustup-init.sh#L91 |
12 | 15 | # Find the latest version here: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md |
13 | 16 | # renovate: datasource=github-tags packageName=rust-lang/rustup |
14 | | -ENV RUSTUP_VERSION=1.28.2 |
| 17 | +ENV RUSTUP_VERSION=1.29.0 |
15 | 18 | # This SHOULD be kept in sync with operator-templating and other tools to reduce build times |
16 | 19 | # Find the latest version here: https://doc.rust-lang.org/stable/releases.html |
17 | 20 | # renovate: datasource=github-releases packageName=rust-lang/rust |
18 | | -ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0 |
| 21 | +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.93.0 |
19 | 22 | # Find the latest version here: https://crates.io/crates/cargo-cyclonedx |
20 | 23 | # renovate: datasource=crate packageName=cargo-cyclonedx |
21 | 24 | ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7 |
22 | 25 | # Find the latest version here: https://crates.io/crates/cargo-auditable |
23 | 26 | # renovate: datasource=crate packageName=cargo-auditable |
24 | | -ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1 |
| 27 | +ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2 |
25 | 28 | # Find the latest version here: https://github.com/protocolbuffers/protobuf/releases |
26 | 29 | # Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh |
27 | 30 | # renovate: datasource=github-releases packageName=protocolbuffers/protobuf |
|
0 commit comments