Skip to content

Commit

Permalink
Update frontend/dockerfile/docs/reference.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Tristan Stenner <ttstenner@gmail.com>
  • Loading branch information
tstenner and dvdksn committed Nov 1, 2023
1 parent ae13635 commit 2f3d0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/dockerfile/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ modifiers as specified below:
the result, otherwise the result is the empty string.

The following variable replacements are supported in a pre-release version of
Dockerfile syntax when defining `#syntax=docker/dockerfile-upstream:master` on top
of your Dockerfile:
Dockerfile syntax, when using the `# syntax=docker/dockerfile-upstream:master` syntax
directive in your Dockerfile:

- `${variable#pattern}` removes the shortest match of `pattern` from `variable`,
seeking from the start of the string.
Expand Down

0 comments on commit 2f3d0bc

Please sign in to comment.