proton-bridge: update to v3.25.0 + dependency bumps#3
Merged
Conversation
Bump pinned upstream from v3.22.0 to v3.25.0 (latest stable). Builds cleanly on arm64 against the existing Alpine 3.23 toolchain; no Dockerfile changes required. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- proton-bridge: Alpine base + golang variant 3.23 -> 3.24 (3.24.1); builds clean on arm64, bridge binary runs. - proton-bridge: dockerfile frontend syntax 1.7 -> 1.25; drop now-redundant --platform=$TARGETPLATFORM on FROM (frontend flags it as default). - mise: shellcheck 0.10.0 -> 0.11.0, hadolint 2.12.0 -> 2.14.0, jq 1.7.1 -> 1.8.2. lint.sh stays clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Updates the
proton-bridgeimage to the latest upstream stable and refreshes the build/lint dependencies. All builds validated locally on arm64 (Pi 5).Changes
proton-bridge → v3.25.0 (
image.toml,README.md)v3.22.0→v3.25.0(latest stable, "Oberbaum"), commit re-pinned tof1f599e9and verified by the Dockerfile's clone-SHA guard.Dependency bumps (
Dockerfile,mise.toml)3.23→3.24(runtime confirmed 3.24.1)1.7→1.25; dropped now-redundant--platform=$TARGETPLATFORMon bothFROMlines (the newer frontend flags it as the default — build stage already runs on the target platform)0.10.0→0.11.0, hadolint2.12.0→2.14.0, jq1.7.1→1.8.2No application-logic or Dockerfile structural changes were needed.
Validation (local, linux/arm64)
bridgeruns/etc/alpine-release= 3.24.1./scripts/lint.sh(shellcheck 0.11 + hadolint 2.14)CI will exercise the full multi-arch (
amd64+arm64) build on this PR; only arm64 was built locally.🤖 Generated with Claude Code