File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# https://github.com/sphinxcode/claude-code-server
44# ============================================================================
55
6- FROM codercom/code-server:4.108.0
6+ FROM codercom/code-server:latest
77
88USER root
99
1010# ============================================================================
1111# SYSTEM DEPENDENCIES
12- # Install gosu, Node.js 20 , Python/uv, and essential tools
13- # Cache bust: 2026-01-29-v5
12+ # Install gosu, Node.js 22 , Python/uv, and essential tools
13+ # Cache bust: 2026-01-30-v6
1414# ============================================================================
1515
16- RUN curl -fsSL https://deb.nodesource.com/setup_20 .x | bash - \
16+ RUN curl -fsSL https://deb.nodesource.com/setup_22 .x | bash - \
1717 && apt-get update \
1818 && apt-get install -y --no-install-recommends \
1919 gosu \
You can’t perform that action at this time.
0 commit comments