Skip to content

Commit 638eab7

Browse files
author
Sergey Ptashnick
committed
README.md: update supported Nginx versions (add 1.20.0)
1 parent 802323e commit 638eab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2727
libmaxminddb0 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

3232
You can set Nginx version via `NGINX_VERSION` build argument, and specify sources and
3333
versions 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

0 commit comments

Comments
 (0)