Skip to content

Commit 7e46dc7

Browse files
authored
docs: address issue #24323 (#24328)
## Summary Removed time-relative language "currently" from Alpine image size description. ## Changes - Removed "currently" from the Alpine image description in the FROM section of best-practices.md Fixes #24323 --- 🤖 Generated with [cagent](https://github.com/docker/cagent) Co-authored-by: dvdksn <35727626+dvdksn@users.noreply.github.com>
2 parents 73abed7 + 303579e commit 7e46dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/manuals/build/building/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ to create an efficient and maintainable Dockerfile.
287287

288288
Whenever possible, use current official images as the basis for your
289289
images. Docker recommends the [Alpine image](https://hub.docker.com/_/alpine/) as it
290-
is tightly controlled and small in size (currently under 6 MB), while still
290+
is tightly controlled and small in size (under 6 MB), while still
291291
being a full Linux distribution.
292292

293293
For more information about the `FROM` instruction, see [Dockerfile reference for the FROM instruction](/reference/dockerfile.md#from).

0 commit comments

Comments
 (0)