Skip to content

chore(deps): Bump alpine from 3.23 to 3.24 - #3

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/docker/alpine-3.24
Open

chore(deps): Bump alpine from 3.23 to 3.24#3
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/docker/alpine-3.24

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown

Bumps alpine from 3.23 to 3.24.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

shaneutt and others added 2 commits August 26, 2026 20:55
Signed-off-by: Shane Utt <shaneutt@linux.com>
Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 27, 2026

@praxis-bot praxis-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot Review

Summary: This PR contains extensive unrelated changes beyond the Alpine 3.23→3.24 version bump.

Severity Count
Critical 3

The diff includes major workflow and build system changes that are NOT part of the Alpine version update:

  1. Release workflow redesign: Added 2-phase release process with draft pre-release creation and crates.io publishing
  2. Makefile additions: New publish target for real crates.io publishing
  3. Workflow triggers: Added release: published event handler

These changes fundamentally alter the release process and should be in a separate PR with proper review. Dependabot should only touch the Alpine version in Containerfile (line 59).

# image to GHCR and publishes the crates to crates.io. crates.io
# publishing is a real publish when the RUST_CRATES_PUBLISH_TOKEN secret
# is configured, and a dry run otherwise.
#

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Critical] Unexpected change: this entire release workflow redesign (2-phase process, draft releases, crates.io publishing) is unrelated to the Alpine version bump. This should not be in a Dependabot PR. The PR should only change alpine:3.23 to alpine:3.24 in the Containerfile.

Comment thread Makefile
done
cargo package -p $(firstword $(PUBLISH_CRATES))

# Real crates.io publish, in dependency order. Requires a crates.io token

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Critical] Unexpected change: new publish target and documentation are unrelated to the Alpine version bump. This build system change should be in a separate PR with proper review, not bundled with a dependency update.

Comment thread Containerfile
# ------------------------------------------------------------------------------

FROM alpine:3.23
FROM alpine:3.24

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Critical] This is the ONLY expected change for this PR: alpine:3.23alpine:3.24. All other changes in this PR (workflow redesign, Makefile additions) are unrelated and should not be included in a Dependabot bump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants