From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:37:00 +0000 (-0400) Subject: spelling: occurrence X-Git-Tag: rec-5.2.0-alpha1~113^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09338ac6483245eed8f3f05db20fb4e91910e2c8;p=thirdparty%2Fpdns.git spelling: occurrence Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/BUILDING-PACKAGES.md b/BUILDING-PACKAGES.md index ca21587bc3..9ca9c69171 100644 --- a/BUILDING-PACKAGES.md +++ b/BUILDING-PACKAGES.md @@ -49,7 +49,7 @@ Copy the existing instructions for Debian Buster: cp builder-support/dockerfiles/Dockerfile.target.debian-buster builder-support/dockerfiles/Dockerfile.target.debian-bookworm ``` -In the new `builder-support/dockerfiles/Dockerfile.target.debian-bookworm` file, replace every occurence of `debian-buster` by `debian-bookworm`, and of `debian:buster` by `debian:bookworm` +In the new `builder-support/dockerfiles/Dockerfile.target.debian-bookworm` file, replace every occurrence of `debian-buster` by `debian-bookworm`, and of `debian:buster` by `debian:bookworm` Then add the new target to the list of OSes in the `.github/workflows/builder-dispatch.yml` workflow file: ```