diff --git a/container-build/Dockerfile b/container-build/Dockerfile index b1fe389..30d0753 100644 --- a/container-build/Dockerfile +++ b/container-build/Dockerfile @@ -1,2 +1,2 @@ -# Use the do288-httpd-parent image as base -FROM docker.io/rallred/do288-httpd-parent +# Use the httpd-parent image as base +FROM quay.io/redhattraining/httpd-parent