File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Dockerfiles/build-base/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG PCRE2_VERSION=10.43
7
7
ARG OPENSSL_VERSION=3.1.5
8
8
ARG LIBMODBUS_VERSION=3.1.10
9
9
ARG ZLIB_VERSION=1.3.1
10
- ARG CURL_VERSION=8.7 .1
10
+ ARG CURL_VERSION=8.10 .1
11
11
12
12
ARG BUILD_ARCH=x64
13
13
ARG CPU_MODEL=AMD64
@@ -200,7 +200,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
200
200
Write-Host ('Downloading {0} ...' -f $env:CURL_URL); `
201
201
Invoke-WebRequest -OutFile $env:TEMP\curl.tar.gz -Uri $env:CURL_URL; `
202
202
`
203
- $sha256 = 'F91249C87F68EA00CF27C44FDFA5A78423E41E71B7D408E5901A9896D905C495 '; `
203
+ $sha256 = 'd15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0 '; `
204
204
$d_sha256 = (Get-FileHash $env:TEMP\curl.tar.gz -Algorithm sha256).Hash; `
205
205
Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); `
206
206
if ($d_sha256 -ne $sha256) { `
You can’t perform that action at this time.
0 commit comments