Skip to content

Commit 03d6147

Browse files
authored
Merge pull request #7459 from Azure/dockerimage-fix
Fixes Docker image being out-of-date
2 parents edd6562 + d239d41 commit 03d6147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM microsoft/powershell
1+
FROM mcr.microsoft.com/powershell
22

33
ARG CONFIG=Release
44

55
COPY src/Package/${CONFIG}/ResourceManager/AzureResourceManager /usr/local/share/powershell/Modules
6-
COPY tools/InstallationTests/NetcoreTests /azpstests
6+
COPY tools/InstallationTests/NetcoreTests /azpstests

0 commit comments

Comments
 (0)