From 303579ea8b9ba65cd7432e9e24368ce3b1dad551 Mon Sep 17 00:00:00 2001 From: dvdksn <35727626+dvdksn@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:27:35 +0000 Subject: [PATCH] docs: address issue #24323 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was automatically generated by the documentation agent team in response to issue #24323. 🤖 Generated with cagent --- content/manuals/build/building/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index 12e3d6cd64..2d4ee98cdf 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -287,7 +287,7 @@ to create an efficient and maintainable Dockerfile. Whenever possible, use current official images as the basis for your images. Docker recommends the [Alpine image](https://hub.docker.com/_/alpine/) as it -is tightly controlled and small in size (currently under 6 MB), while still +is tightly controlled and small in size (under 6 MB), while still being a full Linux distribution. For more information about the `FROM` instruction, see [Dockerfile reference for the FROM instruction](/reference/dockerfile.md#from).