Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Microsoft removed the `microsoft/powershell` image on Docker Hub. Must use `mcr.microsoft.com/powershell` now.
  • Loading branch information
pcgeek86 authored Jul 23, 2021
1 parent 4b0fb72 commit 3fe8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM microsoft/powershell
FROM mcr.microsoft.com/powershell

ADD ["entrypoint.ps1", "/data/"]

Expand Down

0 comments on commit 3fe8ee6

Please sign in to comment.