From 19f364268572255d1075f8b45c59ad9f8b8474ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:58:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/n?= =?UTF-8?q?ginx=20to=20v1.24.0-r7=20(#462)?= 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 794f0ad..ea7aadc 100755 --- a/adguard/Dockerfile +++ b/adguard/Dockerfile @@ -12,7 +12,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.39" # hadolint ignore=DL3003,SC2155 RUN \ apk add --no-cache \ - nginx=1.24.0-r6 \ + nginx=1.24.0-r7 \ yq=4.33.3-r4 \ \ && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \