We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a30e2 + 6419dcf commit 7def856Copy full SHA for 7def856
.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:83865568f25a483dcd7f84831dd0de8cef393943515bbb1a7d3a93b72886dbf8 AS runtime-image
+FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:08f50c8e4b8ae004bbd2588bd6c1f61ee55dbe7fa10232e44e5cc779ef2fde2e AS runtime-image
18
19
RUN PKGS="openssh-clients" \
20
&& microdnf install -y $PKGS \
0 commit comments