Skip to content

fix(docker): pin lazygit + delta, drop rate-limited GitHub API calls - #6

Merged
thunderock merged 1 commit into
mainfrom
fix
Jul 1, 2026
Merged

thunderock merged 1 commit into
mainfrom
fix

Conversation

@thunderock

Copy link
Copy Markdown
Owner

The tools builder resolved versions via unauthenticated curl to api.github.com/.../releases/latest, whose 60-req/hr/IP limit intermittently 403'd CI runners (arm64 build was failing). Pin both versions and download the release assets directly from github.com/.../releases/download (not rate-limited), plus curl --retry for transient blips.

lazygit 0.62.2, delta 0.19.2 — bump via the ARG defaults.

The tools builder resolved versions via unauthenticated curl to api.github.com/.../releases/latest, whose 60-req/hr/IP limit intermittently 403'd CI runners (arm64 build was failing). Pin both versions and download the release assets directly from github.com/.../releases/download (not rate-limited), plus curl --retry for transient blips.

lazygit 0.62.2, delta 0.19.2 — bump via the ARG defaults.
@thunderock
thunderock merged commit 6ccf548 into main Jul 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant