File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ RUN powershell Expand-Archive -Path $Env:TEMP\zstd-v1.5.4-win64.zip -Destination
75
75
RUN setx PATH "%PATH%;C:\ZStd"
76
76
77
77
# Install libopenssl 3.1.1 needed for rsync 3.2.7.
78
- RUN powershell Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl-3.1.1 -1-x86_64.pkg.tar.zst -OutFile $Env:TEMP\libopenssl-3.1.1 -1-x86_64.pkg.tar.zst
79
- RUN powershell zstd -d $Env:TEMP\libopenssl-3.1.1 -1-x86_64.pkg.tar.zst -o $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar
78
+ RUN powershell Invoke-WebRequest -Uri https://repo.msys2.org/msys/x86_64/libopenssl-3.1.2 -1-x86_64.pkg.tar.zst -OutFile $Env:TEMP\libopenssl-3.1.2 -1-x86_64.pkg.tar.zst
79
+ RUN powershell zstd -d $Env:TEMP\libopenssl-3.1.2 -1-x86_64.pkg.tar.zst -o $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar
80
80
RUN powershell mkdir "C:\LibOpenSSL"
81
81
RUN powershell tar -xvf $Env:TEMP\libopenssl-3.1.1-1-x86_64.pkg.tar -C "C:\LibOpenSSL"
82
82
You can’t perform that action at this time.
0 commit comments