From 5e379df28da8cbf2c88b129d3c8c22c7f1f5c6fc Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 15 May 2026 20:58:12 +0200 Subject: [PATCH] build(deps): bump curl from 8.17.0-r1 to 8.19.0-r0 --- yaml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/Dockerfile b/yaml/Dockerfile index 00f73cf..b247052 100644 --- a/yaml/Dockerfile +++ b/yaml/Dockerfile @@ -14,7 +14,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"] RUN apk upgrade --no-cache \ && apk add --no-cache \ coreutils=9.8-r1 \ - curl=8.17.0-r1 \ + curl=8.19.0-r0 \ dasel=2.8.1-r14 \ gawk=5.3.2-r2 \ git=2.52.0-r0 \