Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
10 changes: 5 additions & 5 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -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 |