From 5782d05147084d6811e1101945076c05a48dc8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:00:59 +0000 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?= 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 \