Skip to content

Commit 1800af6

Browse files
authored
Update msys2 to 20200720 (#447)
1 parent 69df121 commit 1800af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msys2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/servercore:1809 AS builder
33
RUN powershell -Command \
44
$ProgressPreference = 'SilentlyContinue' ; \
55
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 ; \
6+
curl.exe -o msys2.tar.xy http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20200720.tar.xz ; \
77
Install-Package -Scope CurrentUser -Force 7Zip4Powershell ; \
88
Write-Output 'Extracting tar.xz' ; \
99
Expand-7zip msys2.tar.xy . ; \

0 commit comments

Comments
 (0)