Skip to content

Commit 0725130

Browse files
committed
update node
1 parent 1e50508 commit 0725130

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/variants/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/*

docker/variants/ts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

0 commit comments

Comments
 (0)