build: skip docker apt upgrades

This commit is contained in:
Peter Steinberger
2026-04-26 22:40:38 +01:00
parent b61954919c
commit 018f2e78ba
9 changed files with 8 additions and 19 deletions

View File

@@ -359,7 +359,9 @@ See [ClawDock](/install/clawdock) for the full helper guide.
<Accordion title="Base image metadata">
The main Docker image uses `node:24-bookworm` and publishes OCI base-image
annotations including `org.opencontainers.image.base.name`,
`org.opencontainers.image.source`, and others. See
`org.opencontainers.image.source`, and others. The Node base digest is
refreshed through Dependabot Docker base-image PRs; release builds do not run
a distro upgrade layer. See
[OCI image annotations](https://github.com/opencontainers/image-spec/blob/main/annotations.md).
</Accordion>
</AccordionGroup>