From 59e2dd9cb86b659d173250a56adc8c46e8780d71 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 4 Sep 2026 23:23:46 +0200 Subject: [PATCH] build(deps): bump curl from 8.21.0-r0 to 8.22.0-r0 --- yaml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/Dockerfile b/yaml/Dockerfile index f5e9588..3aa7d81 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.11-r0 \ - curl=8.21.0-r0 \ + curl=8.22.0-r0 \ dasel=2.8.1-r15 \ gawk=5.3.2-r2 \ git=2.54.0-r0 \