From e8bba38f9838fdcd19d58ef5af6b6dd9074646de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:45:22 +0000 Subject: [PATCH] docs: fix numbering in BuildMetadata.md Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- docs/BuildMetadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildMetadata.md b/docs/BuildMetadata.md index 9aaffbb4..c95b6377 100644 --- a/docs/BuildMetadata.md +++ b/docs/BuildMetadata.md @@ -26,7 +26,7 @@ When the Docker image is built (locally or in CI/CD), the following happens: - `RUNTIME_INFO` - Contains detailed build information 3. **The script syncs VERSION** from the latest git tag if out of sync 4. **Docker copies these files** into the image during the build process -4. **The application reads the files** at runtime via `app/config.py` properties +5. **The application reads the files** at runtime via `app/config.py` properties ### File Structure