From 7a6e9f5beb51b34fb8ea032189a1950d449a276d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 12 May 2023 15:24:17 +0100 Subject: CI: Update Windows runners Signed-off-by: Simon McVittie --- tools/docker/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/docker/windows/Dockerfile b/tools/docker/windows/Dockerfile index bff4c501..13c0feea 100644 --- a/tools/docker/windows/Dockerfile +++ b/tools/docker/windows/Dockerfile @@ -1,6 +1,6 @@ # escape=` -FROM 'mcr.microsoft.com/windows/servercore:ltsc2019' +FROM 'mcr.microsoft.com/windows/servercore:ltsc2022' # Make sure any failure in PowerShell scripts is fatal SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] -- cgit v1.2.1