From 044dc567dd13b759eb67a0bc3be530b66a9f79f2 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:07:20 +0200 Subject: [PATCH] build: fix cache heading level in guidelines doc Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/develop/develop-images/guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/develop-images/guidelines.md b/content/develop/develop-images/guidelines.md index 294665a96c..494385581b 100644 --- a/content/develop/develop-images/guidelines.md +++ b/content/develop/develop-images/guidelines.md @@ -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