Skip to content

Commit

Permalink
docker container windows = VS_17_13_2
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisPringle committed Feb 27, 2025
1 parent e6efeb9 commit b847400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DockerBuildContainers/Windows-VS2k22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ ARG VS_17_10_5=https://download.visualstudio.microsoft.com/download/pr/11917f82-
ARG VS_17_11_5=https://download.visualstudio.microsoft.com/download/pr/69e24482-3b48-44d3-af65-51f866a08313/471c9a89fa8ba27d356748ae0cf25eb1f362184992dc0bb6e9ccf10178c43c27/vs_BuildTools.exe
ARG VS_17_12_3=https://download.visualstudio.microsoft.com/download/pr/f2819554-a618-400d-bced-774bb5379965/cc7231dc668ec1fb92f694c66b5d67cba1a9e21127a6e0b31c190f772bd442f2/vs_BuildTools.exe
ARG VS_17_13_1=https://download.visualstudio.microsoft.com/download/pr/6fb3e1c1-09c2-4ead-966e-fc94d48f5b17/4089f01ccac4f20c8b717c7acc484d35358c399362df177517af370df01a8b0c/vs_BuildTools.exe
ARG VS_17_13_2=https://download.visualstudio.microsoft.com/download/pr/84955a63-15ca-4f52-94af-14ea55b50424/e26a4f237c908739caa2ac36e2d90a51d7e3f71746e615207b7db449f82e3c4e/vs_BuildTools.exe

SHELL ["powershell"]
RUN Invoke-WebRequest "$env:VS_17_13_1" \
RUN Invoke-WebRequest "$env:VS_17_13_2" \
-OutFile "$env:TEMP\vs_buildtools.exe" -UseBasicParsing

#
Expand Down

0 comments on commit b847400

Please sign in to comment.