From cc61e4a948f5c78ac9e0914717ef02e6dc3abda8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:20:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/y?= =?UTF-8?q?q-go=20to=20v4.44.5-r1=20(#572)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adguard/Dockerfile b/adguard/Dockerfile index 50e0b9b..e0ad83a 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.56" RUN \ apk add --no-cache \ nginx=1.26.2-r4 \ - yq-go=4.44.5-r0 \ + yq-go=4.44.5-r1 \ \ && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \ && if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \