From c78c58dc0aea03d739bb7cdfb1ddee88d7269d68 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Mon, 23 Aug 2021 19:23:18 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e17d90b..dda6cc8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # These three ARGs must point to an Iron Bank image - the BASE_REGISTRY should always be what is written below; please use # '--build-arg' when building locally to replace these values. # -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 # FROM statement must reference the base image using the three ARGs established. # -- GitLab