diff --git a/Dockerfile b/Dockerfile index 0307adf4629bc7e69f995c167be59808375edd8a..f513bcf276314418bc8e3f1fc01005578e49642a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com ARG BASE_IMAGE=ubi8/ubi ARG BASE_TAG=8.2 -#FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -FROM registry.access.redhat.com/ubi8/ubi:8.2 +FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels LABEL name="Solutions Delivery Platform: OWASP Dependency Check" \