From c1acd692b592a3c46f00f77451990feec65966f5 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 13:21:30 +0000 Subject: [PATCH 1/2] bump ubi --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1ae6431..1c8cfcf 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 From a5f554cb5bdba9d9b9956031f7ad0d8656b5a4d6 Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 15:57:35 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d14228..d159db0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.2 +ARG BASE_TAG=8.4 FROM openpolicyagent/opa:0.28.0 as base -- GitLab