We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69df121 commit 1800af6Copy full SHA for 1800af6
1 file changed
msys2/Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:1809 AS builder
3
RUN powershell -Command \
4
$ProgressPreference = 'SilentlyContinue' ; \
5
Write-Output 'Downloading msys2' ; \
6
- curl.exe -o msys2.tar.xy http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz ; \
+ curl.exe -o msys2.tar.xy http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20200720.tar.xz ; \
7
Install-Package -Scope CurrentUser -Force 7Zip4Powershell ; \
8
Write-Output 'Extracting tar.xz' ; \
9
Expand-7zip msys2.tar.xy . ; \
0 commit comments