We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3847c6f + 2e69ec8 commit 1f4b1ffCopy full SHA for 1f4b1ff
.konflux/Dockerfile
@@ -14,7 +14,7 @@ RUN PKGS="rust-toolset protobuf-compiler" \
14
RUN cargo build --release --bin recert
15
16
# runtime stage
17
-FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:9c8ba349820516dd18033944073d68b7623718ba9796ffe3b5bcf04bd9fa637d AS runtime-image
+FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:f801c0e12d4cd9770659386051ecacb2477cf449df78d3fa7c147a248e5d3950 AS runtime-image
18
19
RUN PKGS="openssh-clients" \
20
&& microdnf install -y $PKGS \
0 commit comments