Skip to content

Commit a01a1bd

Browse files
authored
Merge pull request #242 from dlepow/patch-1
Update Dockerfile with MCR image
2 parents cef9963 + 4eb8561 commit a01a1bd

File tree

1 file changed

+2
-2
lines changed
  • blockchain-workbench/auth-samples/netcore

1 file changed

+2
-2
lines changed

blockchain-workbench/auth-samples/netcore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:2.2-sdk
1+
FROM mcr.microsoft.com/dotnet/core/sdk:2.2
22

33
WORKDIR /app
44

@@ -9,4 +9,4 @@ COPY . .
99
RUN dotnet build --configuration release
1010
RUN dotnet publish --configuration release --output /app
1111

12-
CMD ["dotnet", "/app/sample.dll"]
12+
CMD ["dotnet", "/app/sample.dll"]

0 commit comments

Comments
 (0)