fix(semantic-release-rust): pin the node base to a digest #112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/semantic-release-rust-pin-base"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
node:24-bookworm-slim floated: the toolchain that decides every repo's version numbers was itself built on whatever upstream had rebuilt that day — the exact failure mode the locked package-lock.json exists to prevent, one layer down.
One ARG now carries tag and digest (house pattern), moved together by #106's digest-aware Renovate manager. Pinned at today's digest, so the image is unchanged.
One of three identical PRs (semantic-release / -monorepo / -rust): one image per PR because Forgejo ignores max-parallel, and these must not release simultaneously.
Generated with Claude Code