build(docker): upgrade Alpine runtime to 3.24#59
Merged
Conversation
Bump the runtime base image from alpine 3.21 to 3.24 (current latest stable) and add release-please changelog-sections so the release notes surface the right categories. The substantial work since v0.3.0 was committed under the `ci:` type, which release-please hides by default; this override restores it to the changelog for the 0.4.0 release. Dependency/security details are left to the real `deps:` commit (d4f878a) so they are not duplicated here. BEGIN_COMMIT_OVERRIDE feat: publish a multi-arch container image (linux/amd64, linux/arm64) to GitHub Container Registry on release (#49) feat: provide macOS (Apple Silicon + Intel) and Windows (x64 + ARM64) release binaries (#49) feat: build binaries and the container image with both SQLite and PostgreSQL backends (#49) fix: report the correct version from --version (it had been stuck at a stale 0.2.0) build: upgrade the Alpine runtime image to 3.24 and modernize the Dockerfile (rust 1.96-alpine builder) (#49) END_COMMIT_OVERRIDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the 0.4.0 release.
alpine:3.21toalpine:3.24(current latest stable;alpine:latestresolves to 3.24). Runtime packages (ca-certificates,libgcc,libpq,sqlite-libs) confirmed available on 3.24.changelog-sectionsso the changelog surfaces Features / Bug Fixes / Dependencies / Build System and hides ci/chore/docs/etc.BEGIN_COMMIT_OVERRIDEblock: the GHCR/multi-platform/dual-backend work since v0.3.0 was committed underci:(hidden by default), so the override restores it to the 0.4.0 notes. Dependency/security details are left to the realdeps:commit to avoid duplication.Flow
v0.4.0.🤖 Generated with Claude Code