Skip to content

Commit 4e58b4c

Browse files
authored
Update dockerfile.sample.txt image (#474)
- update docker sample image to use mcr registry
1 parent 0c18445 commit 4e58b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/dockerfile.sample.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This sample is for Artifacts Credential Provider version 0.1.28 and it is incompatible with greater versions due to the .NET Core version this sample uses.
22

33
# downloading the dotnet sdk image. Could be any docker sdk image with sdk > 2.1.500
4-
FROM microsoft/dotnet:2.1-sdk AS dotnet-builder
4+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dotnet-builder
55
ARG FEED_URL
66
ARG PAT
77

0 commit comments

Comments
 (0)