Update Dockerfile.windows.ltsc2022

This commit is contained in:
TP Honey 2023-01-04 12:06:51 +00:00 committed by GitHub
parent c40d9ffccc
commit d2b4c922fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ; `