summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-12 15:24:17 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-12 15:40:45 +0100
commit7a6e9f5beb51b34fb8ea032189a1950d449a276d (patch)
tree66d5388e93b34bdf8cca07c95800e52fdbba6e5c /tools
parent3f6400b8b929d902b7317e90440bd369c8f5407a (diff)
downloaddbus-7a6e9f5beb51b34fb8ea032189a1950d449a276d.tar.gz
CI: Update Windows runners
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/windows/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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';"]