diff --git a/Dockerfile b/Dockerfile index 8011a99a7f79d7902d56872322dac61470e198f5..e5688760e3cd81593c7c4b67df0486018e1932d8 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 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d44e6df64359db4763e87f4143abaf9e88684a9b..6a42eae30b62355a2b51dc50372464bef54d6444 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"