From e1b99fbd7a35100aa446ba3b6b900cdc350f4825 Mon Sep 17 00:00:00 2001 From: Karl Breidenbach Date: Wed, 26 May 2021 16:35:48 +0000 Subject: [PATCH] Update hardening_manifest.yaml to reference UBI 8.4. --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 4988e8e..8bcfdc4 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: -- GitLab