Skip to content

Commit

Permalink
Update dockerfile.sample.txt image (#474)
Browse files Browse the repository at this point in the history
- update docker sample image to use mcr registry
  • Loading branch information
embetten committed Feb 8, 2024
1 parent 0c18445 commit 4e58b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/dockerfile.sample.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.

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

Expand Down

0 comments on commit 4e58b4c

Please sign in to comment.