Skip to content

Commit 9415b00

Browse files
committed
Update mcr.microsoft.com/windows Docker tag to v2009
1 parent 79751c8 commit 9415b00

5 files changed

+5
-5
lines changed

base/Dockerfile.windows-1809

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/windows:1809@sha256:2005a0981a9859f585a50cb8d650f67c30de2e511067db0c657a258dcc101dea
1+
FROM mcr.microsoft.com/windows:2009@sha256:253fa8677f11d0e426374b600a6f3ed466b90a3e448dc315ac19a9e41c0226f5
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

base/Dockerfile.windows-1903

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/windows:1903@sha256:7d21f0d4818e98bf9ebd1a8fbdd5899f9b1c41c55cdb6c75a8a4c035d34fa10e
1+
FROM mcr.microsoft.com/windows:2009@sha256:253fa8677f11d0e426374b600a6f3ed466b90a3e448dc315ac19a9e41c0226f5
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

base/Dockerfile.windows-1909

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/windows:1909@sha256:c87d7681ad97b8a962e7da81038b95d804269b2d4b4cf25d18bada24bacd54ee
1+
FROM mcr.microsoft.com/windows:2009@sha256:253fa8677f11d0e426374b600a6f3ed466b90a3e448dc315ac19a9e41c0226f5
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

base/Dockerfile.windows-2004

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/windows:2004@sha256:d12ea211945a3d240dcabf2c18fc6ca2e0aa9f85a9fed2bc428644d6de8ce662
1+
FROM mcr.microsoft.com/windows:2009@sha256:253fa8677f11d0e426374b600a6f3ed466b90a3e448dc315ac19a9e41c0226f5
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

base/Dockerfile.windows-20H2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/windows:20H2@sha256:c52e2549de5fbd32a83b6f4f43e471b79a111432ec3fcd2f605f2a1c0653bd29
1+
FROM mcr.microsoft.com/windows:2009@sha256:253fa8677f11d0e426374b600a6f3ed466b90a3e448dc315ac19a9e41c0226f5
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

0 commit comments

Comments
 (0)