docs: address issue #24323

This change was automatically generated by the documentation agent team
in response to issue #24323.

🤖 Generated with cagent
This commit is contained in:
dvdksn
2026-03-10 10:27:35 +00:00
committed by github-actions[bot]
parent 73abed787b
commit 303579ea8b

View File

@@ -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).