Skip to content

Update Java to 24.0.2 and Rust to 1.89.0 in Dockerfile #78

Description

@toshi0806

概要

Dockerfile および Dockerfile.lite の Java / Rust バージョンが古い値のままになっています。実際のランタイム環境で使用しているバージョン (Java 24.0.2 / Rust 1.89.0) に揃える必要があります。

現状

Dockerfile

  • L181: ARG RUST_VERSION=1.87.01.89.0
  • L422, L426: jdk23.0.1 の URL → jdk24.0.2 の URL に更新
  • L472: container-info.txt の表記 (Java23.0.1, Rust1.87) も更新

Dockerfile.lite

  • L137: ARG RUST_VERSION=1.87.01.89.0
  • L302 付近: jdk23.0.1 の URL を jdk24.0.2 に更新
  • 同様に container-info.txt の表記があれば更新

toml/installscript.toml

  • L5: Java24 (OpenJDK 24.0.1)OpenJDK 24.0.2
  • L18: jdk24.0.1 の URL → jdk24.0.2 の URL に更新

補足

  • toml/*.toml が「言語バージョンと設定の唯一の信頼できる情報源」とされているため (atcoder-container/CLAUDE.md)、TOML を先に更新し、Dockerfile を生成・同期する流れになっているか確認してください。
  • 関連: atcoder-env 側で .mise.toml を Java 24.0.2 / Rust 1.89.0 に揃える PR (Migrate tool config from asdf to mise atcoder-env#129) を作成済みです。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions