Skip to content

Commit

Permalink
Update 7-Zip version
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman committed Jan 27, 2025
1 parent 2ab7ab1 commit 4babea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-amd64

# Install 7zip
ENV ZIP7_VERSION=2408
ENV ZIP7_VERSION=2409

RUN curl -SL --output %TEMP%\7zip-x64.exe https://www.7-zip.org/a/7z%ZIP7_VERSION%-x64.exe `
&& mkdir C:\7z `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-amd64

# Install 7zip
ENV ZIP7_VERSION=2408
ENV ZIP7_VERSION=2409

RUN curl -SL --output %TEMP%\7zip-x64.exe https://www.7-zip.org/a/7z%ZIP7_VERSION%-x64.exe `
&& mkdir C:\7z `
Expand Down

0 comments on commit 4babea6

Please sign in to comment.