Skip to content

Commit 4955293

Browse files
committed
switching to Microsfoft Container registry (MCR)
1 parent f387bb2 commit 4955293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Docker/windows/nano/netcoreapp2.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.1-runtime
1+
FROM mcr.microsoft.com/dotnet/core/runtime:2.1
22
LABEL maintainers="GitTools Maintainers"
33
ARG contentFolder
44

src/Docker/windows/windowsservercore/net472/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet-framework:4.7.2-runtime
1+
FROM mcr.microsoft.com/dotnet/framework/runtime:4.7.2
22
LABEL maintainers="GitTools Maintainers"
33
ARG contentFolder
44

0 commit comments

Comments
 (0)