You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/dockerfile.sample.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 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.
2
2
3
3
# 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
0 commit comments