Upgrade to Ubuntu 22.04 with modern language versions#25
Open
rogerheykoop wants to merge 1 commit intojudge0:masterfrom
Open
Upgrade to Ubuntu 22.04 with modern language versions#25rogerheykoop wants to merge 1 commit intojudge0:masterfrom
rogerheykoop wants to merge 1 commit intojudge0:masterfrom
Conversation
Major upgrade from Debian Buster to Ubuntu 22.04 LTS with significantly updated compiler and interpreter versions. ## Base Image - FROM buildpack-deps:buster → ubuntu:22.04 ## Updated Languages | Language | Old | New | |----------|-----|-----| | GCC | 7.4, 8.3, 9.2 | 11, 12, 13 | | Clang | 7.0.1 | 17 | | Python | 2.7.17, 3.8.1 | 3.11, 3.12 | | Ruby | 2.7.0 | 3.3.0 | | Node.js | 12.14.0 | 20.11.0 | | Java | OpenJDK 13 | OpenJDK 21 | | Go | 1.13.5 | 1.22.0 | | Rust | 1.40.0 | 1.75.0 | | Kotlin | 1.3.70 | 1.9.22 | | Scala | 2.13.2 | 3.3.1 | | Swift | 5.2.3 | 5.9.2 | | TypeScript | 3.7.4 | 5.3.3 | | .NET SDK | 3.1 | 8.0 | ## New Languages - Zig 0.11.0 - Nim 2.0.2 - Dart (latest) - Julia 1.10.0 ## Architecture Support Added ARM64 architecture detection for: - Node.js, Go, Zig, Julia, Nim ## Sandbox - Isolate updated to 1.10.1
2aff21b to
5e0429a
Compare
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.
Overview
Major upgrade from Debian Buster (EOL) to Ubuntu 22.04 LTS with significantly updated compiler and interpreter versions.
Base Image Change
judge0/buildpack-deps:buster-2019-12-28(Debian Buster - EOL)ubuntu:22.04(LTS until 2027)Updated Languages
New Languages Added
Architecture Support
Added ARM64 architecture detection for cross-platform builds:
This enables building on Apple Silicon Macs and ARM servers.
Sandbox Update
Breaking Changes
Why This Upgrade?
🤖 Generated with Claude Code