From 4e78e19a347e353ccb002bdc06aee40cfa238334 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Thu, 13 Sep 2018 10:23:45 +0800 Subject: [PATCH] Point OS version in other section to overview [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e43b56f..19f1562 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ In order to ensure that all application log messages are captured by syslog-ng, ### Upgrading the operating system inside the container -Baseimage-docker images contain an Ubuntu 16.04 operating system. You may want to update this OS from time to time, for example to pull in the latest security updates. OpenSSL is a notorious example. Vulnerabilities are discovered in OpenSSL on a regular basis, so you should keep OpenSSL up-to-date as much as you can. +Baseimage-docker images contain an Ubuntu operating system (see OS version at [Overview](#overview)). You may want to update this OS from time to time, for example to pull in the latest security updates. OpenSSL is a notorious example. Vulnerabilities are discovered in OpenSSL on a regular basis, so you should keep OpenSSL up-to-date as much as you can. While we release Baseimage-docker images with the latest OS updates from time to time, you do not have to rely on us. You can update the OS inside Baseimage-docker images yourself, and it is recommended that you do this instead of waiting for us.