Skip to content

Commit f456066

Browse files
authored
Update best-practices.md (#22793)
<!--Delete sections as needed --> ## Description There is a small typo in [best-practices.md](https://github.com/docker/docs/blob/main/content/manuals/build/building/best-practices.md) the version is stated wrong `3.19.4` it should be this `3.21.4` instead. ## Related issues or tickets solves #22772 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent a4d2113 commit f456066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ FROM alpine:3.21
202202

203203
At one point in time, the `3.21` tag might point to version 3.21.1 of the
204204
image. If you rebuild the image 3 months later, the same tag might point to a
205-
different version, such as 3.19.4. This publishing workflow is best practice,
205+
different version, such as 3.21.4. This publishing workflow is best practice,
206206
and most publishers use this tagging strategy, but it isn't enforced.
207207

208208
The downside with this is that you're not guaranteed to get the same for every

0 commit comments

Comments
 (0)