UNCLASSIFIED

Commit 0447ebf1 authored by Scott Stroud's avatar Scott Stroud
Browse files

CVE suggested update

parent dde13cfd
Pipeline #110889 passed with stage
in 9 seconds
...@@ -87,6 +87,7 @@ USER root ...@@ -87,6 +87,7 @@ USER root
RUN echo "===> Installing ${COMPONENT}..." \ RUN echo "===> Installing ${COMPONENT}..." \
&& dnf install --nogpgcheck -y /tmp/confluent-kafka-2.12-5.5.2-1.noarch.rpm \ && dnf install --nogpgcheck -y /tmp/confluent-kafka-2.12-5.5.2-1.noarch.rpm \
&& dnf update -y \
&& echo "===> clean up ..." \ && echo "===> clean up ..." \
&& dnf clean all \ && dnf clean all \
&& rm -rf /tmp/* \ && rm -rf /tmp/* \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment