From 70deeb12271f5017219444113dfa2ba68fa30027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:13:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20NginxProxyManager?= =?UTF-8?q?/nginx-proxy-manager=20to=20v2.11.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy-manager/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy-manager/Dockerfile b/proxy-manager/Dockerfile index 738b5e24..b7fe03dd 100755 --- a/proxy-manager/Dockerfile +++ b/proxy-manager/Dockerfile @@ -13,7 +13,7 @@ COPY requirements.txt /tmp/ COPY patches/*.patch /usr/src/ # Setup base -ARG NGINX_PROXY_MANAGER_VERSION="v2.10.4" +ARG NGINX_PROXY_MANAGER_VERSION="v2.11.3" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \