From 8000173ff466d233ea52604dd868d3c44aa9c61e Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 20 Jul 2021 18:05:23 +0000 Subject: [PATCH 1/3] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b33aff0..4ff2e08 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 d54b91ebc9d641c0a927737e237683b90f7e33ab Mon Sep 17 00:00:00 2001 From: Elvis Chi Date: Tue, 20 Jul 2021 18:06:22 +0000 Subject: [PATCH 2/3] Update hardening_manifest.yaml --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8a4f29c..30b4a3d 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