From eda4fe4ec94931a11caf1c9940ad0252b5ff355a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 29 Mar 2026 22:35:48 +0100 Subject: [PATCH] Update build-image.md to remove development branch note Remove note about checking out the development branch. Signed-off-by: Adam Warner --- docs/docker/build-image.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docker/build-image.md b/docs/docker/build-image.md index 74b6efa..b063ad6 100644 --- a/docs/docker/build-image.md +++ b/docs/docker/build-image.md @@ -7,7 +7,6 @@ In order to build the image locally, you will first need a copy of the repositor ```bash git clone https://github.com/pi-hole/docker-pi-hole cd docker-pi-hole -git checkout development #NOTE: This step is only needed until V6 is released ``` All other commands following assume you have at least run the above steps.