aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorCrazyMax <crazy-max@users.noreply.github.com>2022-08-26 04:09:48 +0200
committerCrazyMax <crazy-max@users.noreply.github.com>2022-08-26 14:25:09 +0200
commit65fdd10d4e455c9ecb61fd2e607987046ae90f02 (patch)
tree590a49ce15300ba814e3e1befc94a20f443ef0f9 /Dockerfile.windows
parent3e8573a85a42d4882068bffab7d83f5d93d417e1 (diff)
ci(windows): move windows-2019 to another workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 6490620880..12e0e1fc3f 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -155,7 +155,7 @@
# The number of build steps below are explicitly minimised to improve performance.
# Extremely important - do not change the following line to reference a "specific" image,
-# such as `mcr.microsoft.com/windows/servercore:ltsc2019`. If using this Dockerfile in process
+# such as `mcr.microsoft.com/windows/servercore:ltsc2022`. If using this Dockerfile in process
# isolated containers, the kernel of the host must match the container image, and hence
# would fail between Windows Server 2016 (aka RS1) and Windows Server 2019 (aka RS5).
# It is expected that the image `microsoft/windowsservercore:latest` is present, and matches