Skip to content

Commit f21afeb

Browse files
authored
Alpine Linux is no longer under 5 MB
`alpine:latest` is currently 5.61 MB.
1 parent 6a87313 commit f21afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/develop-images/dockerfile_best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ maintainable `Dockerfile`.
406406

407407
Whenever possible, use current official images as the basis for your
408408
images. We recommend the [Alpine image](https://hub.docker.com/_/alpine/) as it
409-
is tightly controlled and small in size (currently under 5 MB), while still
409+
is tightly controlled and small in size (currently under 6 MB), while still
410410
being a full Linux distribution.
411411

412412
### LABEL

0 commit comments

Comments
 (0)