We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0495841 + 5ef2c3e commit 631cf5eCopy full SHA for 631cf5e
.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:b2d72af9d23afa4bea51685a41d3ad3dbecdc2149cfadd2745436b7878c665e2 AS runtime-image
+FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:65e57c845402711c5515af0989a2c3c69bf4066396008efd8002be0790fee6c3 AS runtime-image
18
19
RUN PKGS="openssh-clients" \
20
&& microdnf install -y $PKGS \
0 commit comments