Skip to content

Commit d3e7065

Browse files
2 parents f9dc08d + 154bc45 commit d3e7065

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

engine/reference/builder.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,8 +1365,11 @@ corresponding `ARG` instruction in the Dockerfile.
13651365
* `NO_PROXY`
13661366
* `no_proxy`
13671367

1368-
To use these, simply pass them on the command line using the `--build-arg
1369-
<varname>=<value>` flag.
1368+
To use these, simply pass them on the command line using the flag:
1369+
1370+
```
1371+
--build-arg <varname>=<value>
1372+
```
13701373

13711374
### Impact on build caching
13721375

0 commit comments

Comments
 (0)