diff --git a/docker/Dockerfile.windows.ltsc2022 b/docker/Dockerfile.windows.ltsc2022 index 98e879d..5fd86a0 100644 --- a/docker/Dockerfile.windows.ltsc2022 +++ b/docker/Dockerfile.windows.ltsc2022 @@ -1,6 +1,6 @@ # escape=` -FROM mcr.microsoft.com/windows/servercore:1809 AS git +FROM mcr.microsoft.com/windows/servercore:ltsc2022 AS git SHELL ["powershell.exe", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; `