File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN apt-get update && \
4545# ─────────────────────────────────────────────
4646# Install Node.js for opencode plugin runtime
4747# ─────────────────────────────────────────────
48- RUN curl -fsSL https://deb.nodesource.com/setup_18 .x | bash - && \
48+ RUN curl -fsSL https://deb.nodesource.com/setup_20 .x | bash - && \
4949 apt-get install -y --no-install-recommends nodejs && \
5050 apt-get clean && \
5151 rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN ln -sf /etc/localtime /usr/local/etc/localtime
3434# ─────────────────────────────────────────────
3535# TypeScript-specific dependencies
3636# ─────────────────────────────────────────────
37- RUN curl -fsSL https://deb.nodesource.com/setup_18 .x | bash - && \
37+ RUN curl -fsSL https://deb.nodesource.com/setup_20 .x | bash - && \
3838 apt-get install -y --no-install-recommends nodejs python3 python3-pip && \
3939 npm install -g typescript && \
4040 pip3 install --break-system-packages rich && \
You can’t perform that action at this time.
0 commit comments