Skip to content

Commit

Permalink
23.lts.1+ cherry-pick: 6803a2d "Pin Choco to 1.4.0 (#525)" (#473)
Browse files Browse the repository at this point in the history
Refer to the original commit:
6803a2d

Co-authored-by: Igor Sarkisov <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and isarkis authored Jul 11, 2023
1 parent 528e98d commit 46971c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/windows/base/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ COPY ./spin.ps1 /spin.ps1
# of the execution, i.e. the full invocation string.
COPY ./list_python_processes.py /list_python_processes.py

# Pin Choco to 1.4.0 to avoid required reboot in 2.0.0
ENV chocolateyVersion '1.4.0'
# Install deps via chocolatey.
RUN iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'));`
mkdir C:\choco-cache;`
Expand Down

0 comments on commit 46971c9

Please sign in to comment.