1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-07-01 20:19:25 +00:00

Bump nginx version to 1.18.0

This commit is contained in:
2020-04-24 17:33:24 +02:00
parent 7194da8358
commit 3c6503b98f
4 changed files with 23 additions and 5 deletions

View File

@ -9,7 +9,6 @@ ENV NGX_GEOIP2_VERSION $ARG_NGX_GEOIP2_VERSION
# hadolint ignore=DL3018,DL3003,SC2086
RUN CONFIG=" \
--add-module=/tmp/ngx_http_geoip2_module-$NGX_GEOIP2_VERSION \
--with-stream \
--with-http_ssl_module \
--with-http_v2_module \
--with-http_stub_status_module \