Update image location after move to the Microsoft Container Registry

This commit is contained in:
Doug Bunting 2019-03-06 10:57:13 -08:00 committed by Doug Bunting
parent 35ac392fb6
commit e468a95a18
1 changed files with 1 additions and 1 deletions

View File

@ -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