Update Go, Node.js, Python, Ruby, and SQLite versions - #242
Merged
Conversation
Go 1.26.3 -> 1.26.8, Node.js 24.14.0 -> 24.20.0, Python 3.13.12 -> 3.13.15, Ruby 4.0.1 -> 4.0.6, RubyGems 4.0.7 -> 4.0.20, SQLite 3.51.2 -> 3.53.4. Re-anchor shell.c.patch for SQLite 3.53.4: the banner hunk moved to line 37167 and upstream renamed sqlite3_fprintf to cli_printf.
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.
Routine point-release bumps, staying on the release lines the Dockerfile already tracks (Go 1.26.x, Node.js 24.x LTS, Python 3.13.x, Ruby 4.0.x).
shell.c.patchis re-anchored for SQLite 3.53.4: the banner hunk moved to line 37167, and upstream renamedsqlite3_fprintftocli_printf. The old patch fails to apply against 3.53.4; the new one applies with no fuzz, and the patched shell compiles with the Dockerfile's exactgccflags, reports 3.53.4, and starts without the banner.Left as-is on purpose: Java 25.0.2 (jdk.java.net no longer publishes newer 25.x GPL builds; moving to 26/27 is a major-line change for a separate PR),
http-server@14.1.1and BFG 1.15.0 (already latest), andcs50==9.4.0(intentionally pinned).All new download URLs were verified to return 200 for both amd64 and arm64.