Skip to content

Commit 00ac5d0

Browse files
Update content/manuals/build/concepts/dockerfile.md
Co-authored-by: CrazyMax <[email protected]>
1 parent c08360d commit 00ac5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/concepts/dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ FROM ubuntu:22.04
127127
```
128128

129129
The [`FROM` instruction](/reference/dockerfile.md#from) sets your base
130-
image to Ubuntu 22.04. All following instructions run in this Ubuntu environment. The
130+
image to the 22.04 release of Ubuntu. All following instructions run in this Ubuntu environment. The
131131
`ubuntu:22.04` notation follows the `name:tag` standard for Docker images. You can
132132
use many public images in your projects by importing them with the `FROM` instruction.
133133

0 commit comments

Comments
 (0)