From c3a0730ddf539ea3035fb65938f741681b8c5828 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 6 Dec 2025 10:48:51 +0100 Subject: [PATCH] build(deps): bump csvq from 1.18.1-r20 to 1.18.1-r21 --- csv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/Dockerfile b/csv/Dockerfile index 4e49327..b8ef097 100644 --- a/csv/Dockerfile +++ b/csv/Dockerfile @@ -14,7 +14,7 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"] RUN apk upgrade --no-cache \ && apk add --no-cache \ coreutils=9.7-r1 \ - csvq=1.18.1-r20 \ + csvq=1.18.1-r21 \ curl=8.14.1-r2 \ dasel=2.8.1-r8 \ gawk=5.3.2-r2 \