File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ To build Nginx with current config, which includes
2626[ geoip2] ( https://github.com/leev/ngx_http_geoip2_module ) (yes, external dependency
2727libmaxminddb0 will be added automatically, +100 kilobytes), simply type something like
2828```
29- docker build . --build-arg="NGINX_VERSION=1.19.1 " -t "your-repo/nginx:1.19.1 -custom"
29+ docker build . --build-arg="NGINX_VERSION=1.20.0 " -t "your-repo/nginx:1.20.0 -custom"
3030```
3131
3232You can set Nginx version via ` NGINX_VERSION ` build argument, and specify sources and
3333versions of additional modules (as well as custom build options) via ` config.yaml ` .
3434
35- Build was tested with modules listed above with Nginx 1.18.0 and 1.19.3 .
35+ Build was tested with modules listed above with Nginx 1.18.0, 1.19.10 and 1.20.0 .
3636
3737# Automatic reloading Nginx on config change
3838
You can’t perform that action at this time.
0 commit comments