Skip to content

Commit a9276bf

Browse files
authored
Run yum upgrade in Dockerfile.ubi to resolve vulnerabilities (#380)
1 parent fb49a26 commit a9276bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.ubi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ FROM registry.access.redhat.com/ubi8/python-39@sha256:82f2d23d9f93332c47bc4be0a0
77

88
USER 0
99

10+
RUN yum -y upgrade
11+
1012
COPY requirements.txt /nca/
1113
RUN python -m pip install -U pip wheel setuptools && pip install -r /nca/requirements.txt
1214

0 commit comments

Comments
 (0)