From 8e28f38b7708e8ba65440b0bd8f589fc539bf2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:00:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/y?= =?UTF-8?q?q=20to=20v4.35.2-r4=20(#518)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- adguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adguard/Dockerfile b/adguard/Dockerfile index ef3acbe..685cae5 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.48" RUN \ apk add --no-cache \ nginx=1.24.0-r16 \ - yq=4.35.2-r3 \ + yq=4.35.2-r4 \ \ && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \ && if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \