diff --git a/proxy-manager/Dockerfile b/proxy-manager/Dockerfile index 83cd7cbd..651db088 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 \