We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08618e commit bc8298eCopy full SHA for bc8298e
proxy-manager/Dockerfile
@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
12
COPY requirements.txt /tmp/
13
14
# Setup base
15
-ARG NGINX_PROXY_MANAGER_VERSION="v2.10.1"
+ARG NGINX_PROXY_MANAGER_VERSION="v2.10.2"
16
# hadolint ignore=DL3003,DL3042
17
RUN \
18
apk add --no-cache --virtual .build-dependencies \
0 commit comments