From 031c04b6be7bdb4df9c4dbe008131e74e8b12412 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 15 May 2026 20:43:07 +0200 Subject: [PATCH] build(deps): bump curl from 8.17.0-r1 to 8.19.0-r0 --- csv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/Dockerfile b/csv/Dockerfile index dbe2ef6..87c209d 100644 --- a/csv/Dockerfile +++ b/csv/Dockerfile @@ -15,7 +15,7 @@ RUN apk upgrade --no-cache \ && apk add --no-cache \ coreutils=9.8-r1 \ csvq=1.18.1-r26 \ - 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 \