Skip to content

Commit 9b24702

Browse files
committed
Update mcr.microsoft.com/windows Docker tag to v2009
1 parent ce1786e commit 9b24702

5 files changed

+5
-5
lines changed

Diff for: 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:4e4fed5b12aa5bbe4982d2f183b7d006e40e2aa96c42f3eb1eabf1b29c62357e
1+
FROM mcr.microsoft.com/windows:2009@sha256:2e42241f1dcbc79d3dc155ad2b06c4c03712495e5bd5b46c674a41c9496292d2
22

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

Diff for: 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:2e42241f1dcbc79d3dc155ad2b06c4c03712495e5bd5b46c674a41c9496292d2
22

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

Diff for: 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:2e42241f1dcbc79d3dc155ad2b06c4c03712495e5bd5b46c674a41c9496292d2
22

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

Diff for: 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:b274d19bf11f578cdec57bf57eea8240ecf90f4c4e780906f4482ca103e2560c
1+
FROM mcr.microsoft.com/windows:2009@sha256:2e42241f1dcbc79d3dc155ad2b06c4c03712495e5bd5b46c674a41c9496292d2
22

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

Diff for: 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:6682ad0ca19959f0ab195d698f57e76772e47b17eb8bd1fb25dceaeaf5616d32
1+
FROM mcr.microsoft.com/windows:2009@sha256:2e42241f1dcbc79d3dc155ad2b06c4c03712495e5bd5b46c674a41c9496292d2
22

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

0 commit comments

Comments
 (0)