From 432adaeecb6ea776aa595f102199438eaa599708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Schmidt?= Date: Mon, 18 Mar 2019 15:25:52 +0100 Subject: [PATCH] Fix minor typo in README --- centos/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/content.md b/centos/content.md index 1f821a3501d8..2ad2c140ca54 100644 --- a/centos/content.md +++ b/centos/content.md @@ -16,7 +16,7 @@ The CentOS Project offers regularly updated images for all active releases. Thes ## Minor tags -Additionally, images with minor version tags that correspond to install media are also offered. **These images DO NOT recieve updates** as they are intended to match installation iso contents. If you choose to use these images it is highly recommended that you include `RUN yum -y update && yum clean all` in your Dockerfile, or otherwise address any potential security concerns. To use these images, please specify the minor version tag: +Additionally, images with minor version tags that correspond to install media are also offered. **These images DO NOT receive updates** as they are intended to match installation iso contents. If you choose to use these images it is highly recommended that you include `RUN yum -y update && yum clean all` in your Dockerfile, or otherwise address any potential security concerns. To use these images, please specify the minor version tag: For example: `docker pull %%IMAGE%%:5.11` or `docker pull %%IMAGE%%:6.6`