We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362cc15 commit 13055acCopy full SHA for 13055ac
1 file changed
.github/docker/windows.Dockerfile
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8
4
FROM ${BASE_IMAGE}
5
6
SHELL ["powershell"]
7
-ENV VS_VERSION=2019
+ENV VS_VERSION=2022
8
RUN [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; `
9
Switch ($env:VS_VERSION) { `
10
"2019" {$url_version = "16"} `
0 commit comments