From 1fad91b4032e663852db8c623f994fbdb8783ea4 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Wed, 20 Mar 2019 07:17:50 +0100 Subject: [PATCH] minor correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c1912b..bdf3cad 100644 --- a/README.md +++ b/README.md @@ -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`) * 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/)) * Reduced attack surface (no `bash`, no UNIX tools, no package manager...)