Skip to content

Commit 134c9e5

Browse files
authored
Bump UBI to 8.4 (#435)
1 parent 2c1d870 commit 134c9e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

image/db/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_REGISTRY=registry.access.redhat.com
22
ARG BASE_IMAGE=ubi8/ubi
3-
ARG BASE_TAG=8.3
3+
ARG BASE_TAG=8.4
44

55
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS extracted_bundle
66
COPY bundle.tar.gz /

image/scanner/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_REGISTRY=registry.access.redhat.com
22
ARG BASE_IMAGE=ubi8/ubi
3-
ARG BASE_TAG=8.3
3+
ARG BASE_TAG=8.4
44

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

0 commit comments

Comments
 (0)