Skip to content

Commit

Permalink
Fix kanister controller image vulnerability (#1263)
Browse files Browse the repository at this point in the history
* Change microdnf command order

* Update cyrus-sasl library

* Update cyrus-sasl-lib module

* Remove cyrus-sasl update
  • Loading branch information
viveksinghggits committed Feb 28, 2022
1 parent d43f27a commit 2d32839
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ LABEL name=ARG_BIN \
maintainer="Tom Manville<tom@kasten.io>" \
description="Frameworks and utilities for application-specific data management, has updated openssl-libs."

RUN microdnf install git && \
microdnf update openssl-libs && \
RUN microdnf update openssl-libs && \
microdnf update cyrus-sasl-lib && \
microdnf install git && \
microdnf clean all

COPY licenses /licenses/licenses
Expand Down

0 comments on commit 2d32839

Please sign in to comment.