From ea298ec57c6d16ebcfb43d4b37751809cc832e73 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Wed, 2 Sep 2026 08:34:18 +0200 Subject: [PATCH] build(deps): bump jq from 1.8.1-r0 to 1.8.2-r0 --- xml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Dockerfile b/xml/Dockerfile index 330d1be..7653fd2 100644 --- a/xml/Dockerfile +++ b/xml/Dockerfile @@ -25,7 +25,7 @@ RUN apk upgrade --no-cache \ git=2.54.0-r0 \ grep=3.12-r0 \ html-xml-utils=8.7-r0 \ - jq=1.8.1-r0 \ + jq=1.8.2-r0 \ libxml2-utils=2.13.9-r2 \ libxslt=1.1.43-r3 \ maven=3.9.16-r0 \