Skip to content

Commit c30476d

Browse files
committed
Updated curl for Windows Zabbix agent
1 parent 84f0a8a commit c30476d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfiles/build-base/windows/Dockerfile.agent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG PCRE2_VERSION=10.43
77
ARG OPENSSL_VERSION=3.1.5
88
ARG LIBMODBUS_VERSION=3.1.10
99
ARG ZLIB_VERSION=1.3.1
10-
ARG CURL_VERSION=8.7.1
10+
ARG CURL_VERSION=8.10.1
1111

1212
ARG BUILD_ARCH=x64
1313
ARG CPU_MODEL=AMD64
@@ -200,7 +200,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
200200
Write-Host ('Downloading {0} ...' -f $env:CURL_URL); `
201201
Invoke-WebRequest -OutFile $env:TEMP\curl.tar.gz -Uri $env:CURL_URL; `
202202
`
203-
$sha256 = 'F91249C87F68EA00CF27C44FDFA5A78423E41E71B7D408E5901A9896D905C495'; `
203+
$sha256 = 'd15ebab765d793e2e96db090f0e172d127859d78ca6f6391d7eafecfd894bbc0'; `
204204
$d_sha256 = (Get-FileHash $env:TEMP\curl.tar.gz -Algorithm sha256).Hash; `
205205
Write-Host ('Verifying SHA256 ({0}) ...' -f $sha256); `
206206
if ($d_sha256 -ne $sha256) { `

0 commit comments

Comments
 (0)