Merge pull request #65 from microsoft/docker · microsoft/vssetup.powershell@1c7837a (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,7 +4,7 @@ | ||
4 | 4 | # Licensed under the MIT license. See LICENSE.txt in the project root for license information. |
5 | 5 | |
6 | 6 | # Based on latest image cached by Azure Pipelines: https://docs.microsoft.com/azure/devops/pipelines/agents/hosted#software |
7 | -FROM microsoft/windowsservercore@sha256:c60a7376f5147e40b65c51fce34ac17710742f97e91b5c3a71e1667e671112f1 | |
7 | +FROM microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d | |
8 | 8 | SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"] |
9 | 9 | |
10 | 10 | ENV INSTALLER_VERSION=1.14.190.31519 ` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,7 +4,7 @@ | ||
4 | 4 | # Licensed under the MIT license. See LICENSE.txt in the project root for license information. |
5 | 5 | |
6 | 6 | # Based on latest image cached by Azure Pipelines: https://docs.microsoft.com/azure/devops/pipelines/agents/hosted#software |
7 | -FROM microsoft/windowsservercore@sha256:c60a7376f5147e40b65c51fce34ac17710742f97e91b5c3a71e1667e671112f1 | |
7 | +FROM microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d | |
8 | 8 | SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"] |
9 | 9 | |
10 | 10 | ENV INSTALLER_VERSION=1.14.190.31519 ` |