From 06b771470f272d0f71edda2badb0107b8317a707 Mon Sep 17 00:00:00 2001 From: Alozie Obuh Date: Thu, 27 May 2021 17:28:41 -0600 Subject: [PATCH] update ubi --- Dockerfile | 4 ++-- hardening_manifest.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1213994..f79a0c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dsop.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 ARG CONTAINER_NAME=ambassador ARG CONTAINER_VERSION=0.37.1-rc5 FROM datawire/ambassador:0.37.1-rc5 as source diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 266281d..910d1c2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -11,7 +11,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