Skip to content

Commit 831fe0e

Browse files
committed
Upgraded Nginx Proxy Manager to version 2.0.14.
1 parent 1deb658 commit 831fe0e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FROM jlesage/baseimage:alpine-3.9-v2.4.2
99

1010
# Define software versions.
11-
ARG NGINX_PROXY_MANAGER_VERSION=2.0.13
11+
ARG NGINX_PROXY_MANAGER_VERSION=2.0.14
1212

1313
# Define software download URLs.
1414
ARG NGINX_PROXY_MANAGER_URL=https://github.com/jc21/nginx-proxy-manager/archive/${NGINX_PROXY_MANAGER_VERSION}.tar.gz
@@ -123,9 +123,6 @@ RUN \
123123
# Make sure nginx loads the stream module.
124124
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
125125

126-
# Fix to use correct SSL protocols/ciphers.
127-
sed-patch 's|ssl_ciphers aNULL;|include conf.d/include/ssl-ciphers.conf;|' /etc/nginx/conf.d/default.conf && \
128-
129126
# Redirect `/data' to '/config'.
130127
ln -s /config /data && \
131128

0 commit comments

Comments
 (0)