diff --git a/Dockerfile b/Dockerfile index e17d90ba278c49e313261d794a7e29ac5d0ec4c5..dda6cc87f9a290b67376569b3b47f21760df666e 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. #