We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01ff3b + 3b62b27 commit 9034ca5Copy full SHA for 9034ca5
.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:83865568f25a483dcd7f84831dd0de8cef393943515bbb1a7d3a93b72886dbf8 AS runtime-image
18
19
RUN PKGS="openssh-clients" \
20
&& microdnf install -y $PKGS \
0 commit comments