minor correction

This commit is contained in:
Ricard Bejarano 2019-03-20 07:17:50 +01:00
parent e90cc3bac9
commit 1fad91b403
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19

View file

@ -16,7 +16,7 @@ Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/ng
* Super tiny (`glibc`-based is `~13.2MB` and `musl`-based is `~12.5MB`) * Super tiny (`glibc`-based is `~13.2MB` and `musl`-based is `~12.5MB`)
* Built from source, including libraries * Built from source, including libraries
* Built from `scratch`, see the [Filesystem](#Filesystem) section below for an exhaustive list of the image's contents * Built `FROM scratch`, see the [Filesystem](#Filesystem) section below for an exhaustive list of the image's contents
* Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/)) * Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/))
* Reduced attack surface (no `bash`, no UNIX tools, no package manager...) * Reduced attack surface (no `bash`, no UNIX tools, no package manager...)