From bcc562a26421995f3aa5f0e0419d70d5eed0ec31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 00:09:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/y?= =?UTF-8?q?q=20to=20v4.30.4-r4=20(#417)?= 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 57022db..f1ea1da 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.29" RUN \ apk add --no-cache \ nginx=1.22.1-r0 \ - yq=4.30.4-r3 \ + yq=4.30.4-r4 \ \ && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \ && if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \