We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73abed7 commit 303579eCopy full SHA for 303579e
1 file changed
content/manuals/build/building/best-practices.md
@@ -287,7 +287,7 @@ to create an efficient and maintainable Dockerfile.
287
288
Whenever possible, use current official images as the basis for your
289
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
+is tightly controlled and small in size (under 6 MB), while still
291
being a full Linux distribution.
292
293
For more information about the `FROM` instruction, see [Dockerfile reference for the FROM instruction](/reference/dockerfile.md#from).
0 commit comments