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