We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03e39d6 + bd827e6 commit a87ba46Copy full SHA for a87ba46
.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:f801c0e12d4cd9770659386051ecacb2477cf449df78d3fa7c147a248e5d3950 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