We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d07e52 commit ff69e07Copy full SHA for ff69e07
ubi9-rust-builder/Dockerfile
@@ -9,6 +9,8 @@ LABEL maintainer="Stackable GmbH"
9
10
# Pin the rustup version to avoid unexpected breaking changes.
11
# See https://github.com/rust-lang/rustup/blob/4514d36fcc9c42416176111cd841c86f7ec44b2c/rustup-init.sh#L91
12
+# Find the latest version here: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md
13
+# renovate: datasource=github-tags packageName=rust-lang/rustup
14
ENV RUSTUP_VERSION=1.28.1
15
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
16
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
0 commit comments