@@ -8,9 +8,9 @@ The image can be built with either [`nginx` package installed from `nginx.org` r
By default, `nginx` package from `nginx.org` is being installed. If `NGINX_PACKAGE` is set to anything else than `nginx`, packages from default Debian repositories are used instead.
The `NGINX_VERSION` build argument controls the `nginx` package version that is going to be installed. By default, version `1.11*` (the latest) is used.
The `NGINX_VERSION` build argument controls the `nginx` package version that is going to be installed. By default, version `1.13*` (the latest) is used.
**NOTICE: package versions in official Debian repositories are much older than on `nginx.org`; hence, when using them, remember to set `NGINX_VERSION` accordingly. As of this writing Debian jessie package version is at `1.6*`.**
**NOTICE: package versions in official Debian repositories are much older than on `nginx.org`; hence, when using them, remember to set `NGINX_VERSION` accordingly. As of this writing Debian jessie package version is at `1.10*`.**
## Environment variables
...
...
@@ -24,18 +24,18 @@ The `NGINX_VERSION` build argument controls the `nginx` package version that is
### Examples
Building the image with `nginx` package from `nginx.org`, version `1.11.x` (i.e. the default):
Building the image with `nginx` package from `nginx.org`, version `1.13.x` (i.e. the default):