From 081e9b201f0a6f0e297e1ece8842eb7835214748 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Thu, 3 Sep 2026 02:38:17 +0200 Subject: [PATCH] build(deps): bump curl from 8.21.0-r0 to 8.22.0-r0 --- csv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/Dockerfile b/csv/Dockerfile index 73e9d55..7fee6aa 100644 --- a/csv/Dockerfile +++ b/csv/Dockerfile @@ -15,7 +15,7 @@ RUN apk upgrade --no-cache \ && apk add --no-cache \ coreutils=9.11-r0 \ csvq=1.18.1-r27 \ - 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 \