From e468a95a18be6959bdf94df715d97234d05f6a66 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 6 Mar 2019 10:57:13 -0800 Subject: [PATCH] Update image location after move to the Microsoft Container Registry --- build/docker/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/rhel.Dockerfile b/build/docker/rhel.Dockerfile index 8a4237ff62..0ddc49837b 100644 --- a/build/docker/rhel.Dockerfile +++ b/build/docker/rhel.Dockerfile @@ -1,5 +1,5 @@ # Dockerfile that creates a container suitable to build dotnet-cli -FROM microsoft/dotnet-buildtools-prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359 +FROM mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-e1b4a89-20175311035359 # Setup User to match Host User, and give superuser permissions ARG USER