diff --git a/Dockerfile.cpu b/Dockerfile.cpu index a10929e..a239b5b 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -18,7 +18,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ xclip xsel xvfb # ── Node.js 22 ──────────────────────────────────────────────────────────────── -RUN curl -fsSL https://nodejs.org/dist/v22.22.2/node-v22.22.2-linux-x64.tar.gz | tar -xz -C /usr/local --strip-components=1 +RUN curl -fsSL https://nodejs.org/dist/v22.22.2/node-v22.23.2-linux-x64.tar.gz | tar -xz -C /usr/local --strip-components=1 # ── uv ──────────────────────────────────────────────────────────────────────── COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ diff --git a/Dockerfile.gpu b/Dockerfile.gpu index 7e5749b..5bb71aa 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -19,7 +19,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ xclip xsel xvfb # ── Node.js 22 ──────────────────────────────────────────────────────────────── -RUN curl -fsSL https://nodejs.org/dist/v22.22.2/node-v22.22.2-linux-x64.tar.gz | tar -xz -C /usr/local --strip-components=1 +RUN curl -fsSL https://nodejs.org/dist/v22.22.2/node-v22.23.2-linux-x64.tar.gz | tar -xz -C /usr/local --strip-components=1 # ── uv ──────────────────────────────────────────────────────────────────────── COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ diff --git a/VERSIONS.md b/VERSIONS.md index f215f3b..c361e8d 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,11 +1,11 @@ # Tested Versions -Last verified: 2026-05-01 +Last verified: 2026-08-01 | Tool | Version | Status | |------|---------|--------| -| uv | 0.11.8 | OK | -| Node.js | 22.22.2 | OK | -| Bun | bun-v1.3.13 | OK | +| uv | 0.12.1 | OK | +| Node.js | 22.23.2 | OK | +| Bun | bun-v1.3.14 | OK | | OpenCode | null | OK | -| oh-my-openagent | 3.17.12 | OK | +| oh-my-openagent | 4.19.3 | OK |