From 9c526482629f8a37abcef33af25e38ac6d50a375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:45:11 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/j?= =?UTF-8?q?q=20to=20v1.7.1-r0=20(#275)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 5a036f7..d310d02 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -45,7 +45,7 @@ RUN \ && apk add --no-cache \ bash=5.2.21-r0 \ curl=8.5.0-r0 \ - jq=1.7-r2 \ + jq=1.7.1-r0 \ tzdata=2023c-r1 \ \ && S6_ARCH="${BUILD_ARCH}" \