diff --git a/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/reference.md b/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/reference.md index 1512bfafbd..d4b90db214 100644 --- a/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/reference.md +++ b/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/reference.md @@ -347,7 +347,7 @@ despite warnings. To make the build fail on warnings, set `#check=error=true`. > [!NOTE] > When using the `check` directive, with `error=true` option, it is recommended -> to pin the [Dockerfile syntax]((#syntax)) to a specific version. Otherwise, your build may +> to pin the [Dockerfile syntax](#syntax) to a specific version. Otherwise, your build may > start to fail when new checks are added in the future versions. To combine both the `skip` and `error` options, use a semi-colon to separate diff --git a/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/rules/invalid-definition-description.md b/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/rules/invalid-definition-description.md index 23d353c03c..7a86f2ba70 100644 --- a/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/rules/invalid-definition-description.md +++ b/_vendor/github.com/moby/buildkit/frontend/dockerfile/docs/rules/invalid-definition-description.md @@ -1,6 +1,6 @@ --- title: InvalidDefinitionDescription -description: Comment for build stage or argument should follow the format: `# `. If this is not intended to be a description comment, add an empty line or comment between the instruction and the comment. +description: "Comment for build stage or argument should follow the format: `# `. If this is not intended to be a description comment, add an empty line or comment between the instruction and the comment." aliases: - /go/dockerfile/rule/invalid-definition-description/ ---