Skip to content

Commit

Permalink
Fix CVE-2021-20305, RHSA-2021:1206 in -rhel image (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran authored Apr 16, 2021
1 parent 9a60c50 commit 3761fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image/db/rhel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8/ubi
ARG BASE_TAG=8.2
ARG BASE_TAG=8.3

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS extracted_bundle
COPY bundle.tar.gz /
Expand Down
2 changes: 1 addition & 1 deletion image/scanner/rhel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8/ubi
ARG BASE_TAG=8.2
ARG BASE_TAG=8.3

FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS extracted_bundle

Expand Down

0 comments on commit 3761fa2

Please sign in to comment.