diff --git a/proxy-manager/Dockerfile b/proxy-manager/Dockerfile index 8fca1adc..bcdaa2ce 100755 --- a/proxy-manager/Dockerfile +++ b/proxy-manager/Dockerfile @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] COPY requirements.txt /tmp/ # Setup base -ARG NGINX_PROXY_MANAGER_VERSION="v2.10.2" +ARG NGINX_PROXY_MANAGER_VERSION="v2.10.4" # hadolint ignore=DL3003,DL3042 RUN \ apk add --no-cache --virtual .build-dependencies \