Skip to content

Commit f2ea20c

Browse files
committed
Fixed node js installer
1 parent b889cb6 commit f2ea20c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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

88
USER 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 \

0 commit comments

Comments
 (0)