Skip to content

Commit 14ea267

Browse files
committed
switching to Microsfor Container registry (MCR) for dotnet core based images
1 parent 947b322 commit 14ea267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Docker/linux/debian/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/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

0 commit comments

Comments
 (0)