Skip to content

Commit b60cc31

Browse files
committed
Update to cached docker image and scan components
1 parent 215dd2d commit b60cc31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ steps:
3535
BuildPlatform: $(BuildPlatform)
3636
Sign: true
3737

38+
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
39+
displayName: Detect components
40+
3841
- task: ms-vseng.MicroBuildTasks.521a94ea-9e68-468a-8167-6dcf361ea776.MicroBuildCleanup@1
3942
displayName: Clean up
4043
condition: succeededOrFailed()

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the MIT license. See LICENSE.txt in the project root for license information.
55

66
# 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:05de0a0ac13d3652bd1f2281b8589459ebb611092e3fe4d8f1be91f1f6984266
88
SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"]
99

1010
ENV INSTALLER_VERSION=1.14.190.31519 `

0 commit comments

Comments
 (0)