We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1d870 commit 134c9e5Copy full SHA for 134c9e5
image/db/rhel/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_REGISTRY=registry.access.redhat.com
2
ARG BASE_IMAGE=ubi8/ubi
3
-ARG BASE_TAG=8.3
+ARG BASE_TAG=8.4
4
5
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS extracted_bundle
6
COPY bundle.tar.gz /
image/scanner/rhel/Dockerfile
0 commit comments