Skip to content

Commit

Permalink
Pin version 17.4.6 LTSC for MS Visual Studio 2022
Browse files Browse the repository at this point in the history
Change-Id: Ia88514447c208d473890b23b16991094d9e8aa4a
  • Loading branch information
arjungm committed Dec 14, 2023
1 parent 827ec93 commit b816884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/windows/base/visualstudio2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ FROM ${FROM_IMAGE}
SHELL ["powershell", "-ExecutionPolicy", "Unrestricted", "-Command", `
"$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG MSVS_INSTALLER_URL="https://download.visualstudio.microsoft.com/download/pr/63b5064f-af60-4cbe-96cd-a9dd9d41ee3d/436695f5b9083e37a62f63326dd4c2757b5780316f2c7e6ba0fdcee0770bfe67/vs_BuildTools.exe"
# Corresponds to VS version 17.4.6 which ships Clang 15.05
ARG MSVS_INSTALLER_URL="https://download.visualstudio.microsoft.com/download/pr/d1ed8638-9e88-461e-92b7-4e29cc6172c3/38b09fc09ae9e590b73ae6752a0ebfd62579798969041bd341689273b842bc10/vs_BuildTools.exe"
RUN mkdir C:\TEMP;`
Write-Host ('Downloading vs_buildtools.exe');`
Invoke-WebRequest -Uri ${MSVS_INSTALLER_URL} `
Expand Down

0 comments on commit b816884

Please sign in to comment.