Update docker base image to match latest in the pool · microsoft/vssetup.powershell@b51f9b2 (original) (raw)

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:ac71e33f27c2a6b5db30be0419458e0c4e926214bc9c85afd4d6d6f9028d7233
7 +FROM microsoft/windowsservercore@sha256:22cc6661c975edc09fa44c497f8310b264da4ff102a56a974e4cf1a790626a22
8 8 SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"]
9 9
10 10 ENV INSTALLER_VERSION=1.14.190.31519 `