From 54ea4c39217fbd5993f9c35742d357111a305dd0 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 6 Sep 2026 12:23:34 +0200 Subject: [PATCH] build(deps): bump csvq from 1.18.1-r27 to 1.18.1-r28 --- csv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/Dockerfile b/csv/Dockerfile index 7fee6aa..07e2f4f 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.11-r0 \ - csvq=1.18.1-r27 \ + csvq=1.18.1-r28 \ curl=8.22.0-r0 \ dasel=2.8.1-r15 \ gawk=5.3.2-r2 \