We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c5f8c2 + 66ec4c8 commit 0df4020Copy full SHA for 0df4020
.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-6-els/rhel-minimal:9.6@sha256:2bdf19e0877fdbb0696330159ed72a12deef8a60eed819c4e2fc0064147b39df AS runtime-image
+FROM registry.redhat.io/rhel9-6-els/rhel-minimal:9.6@sha256:9d598db1de300ae0b319b2d2b8b0f9459cc289f76f11dc8a659c13bab0d66393 AS runtime-image
18
19
RUN PKGS="openssh-clients" \
20
&& microdnf install -y $PKGS \
0 commit comments