From 5515739f2828aea1c07e7c09950cbab13a7fcf51 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 6 Jul 2021 16:24:15 +0000 Subject: [PATCH 1/2] Updated ubi8 to 8.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43cbf13..9530673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 ARG BUILD_IMAGE=ubi8/go-toolset ARG BUILD_TAG=1.14.12 -- GitLab From 8912d6763452918eb9cdd76e6588619f03a86033 Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 6 Jul 2021 16:25:34 +0000 Subject: [PATCH 2/2] hardening_manifest.yaml Updated ubi8 to 8.4 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9fde285..5f32814 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" BUILD_IMAGE: google/golang/golang-1.14 BUILD_TAG: "1.14.15" -- GitLab