Merge pull request #18424 from dvdksn/build-guidelines-fix-hlevel

build: fix cache heading level in guidelines doc
This commit is contained in:
David Karlsson 2023-10-13 15:08:26 +02:00 committed by GitHub
commit a649f054e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
```
### Leverage build cache
## Leverage build cache
When building an image, Docker steps through the instructions in your
Dockerfile, executing each in the order specified. For each instruction, Docker