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
26
26
[ geoip2] ( https://github.com/leev/ngx_http_geoip2_module ) (yes, external dependency
27
27
libmaxminddb0 will be added automatically, +100 kilobytes), simply type something like
28
28
```
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"
30
30
```
31
31
32
32
You can set Nginx version via ` NGINX_VERSION ` build argument, and specify sources and
33
33
versions of additional modules (as well as custom build options) via ` config.yaml ` .
34
34
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 .
36
36
37
37
# Automatic reloading Nginx on config change
38
38
You can’t perform that action at this time.
0 commit comments