We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08360d commit 00ac5d0Copy full SHA for 00ac5d0
content/manuals/build/concepts/dockerfile.md
@@ -127,7 +127,7 @@ FROM ubuntu:22.04
127
```
128
129
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
+image to the 22.04 release of Ubuntu. All following instructions run in this Ubuntu environment. The
131
`ubuntu:22.04` notation follows the `name:tag` standard for Docker images. You can
132
use many public images in your projects by importing them with the `FROM` instruction.
133
0 commit comments