Merge pull request #20544 from dvdksn/build-debug-wrongindex

build: fix index of --debug flag
This commit is contained in:
David Karlsson 2024-08-06 10:04:18 +02:00 committed by GitHub
commit 1f626a74c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Dockerfile the issue originated. If you want to see more detailed information
about the checks, you can use the `--debug` flag. For example: about the checks, you can use the `--debug` flag. For example:
```console ```console
$ docker build --debug . $ docker --debug build .
[+] Building 3.5s (11/11) FINISHED [+] Building 3.5s (11/11) FINISHED
... ...