Skip to content

Commit 5103de5

Browse files
authored
Update Node.js installation to latest version
fix(base): unpin nodejs version to fix build failure nodesource removed nodejs=22.22.1-1nodesource1 from the node_22.x repo, breaking the Docker build. Install the latest Node.js 22.x instead of pinning a specific patch version. npm remains pinned to 11.11.0 for the bundled tar security fixes.
1 parent 05447a8 commit 5103de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sandboxes/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
5858
apt-get install -y --no-install-recommends \
5959
build-essential \
6060
git \
61-
nodejs=22.22.1-1nodesource1 \
61+
nodejs \
6262
vim-tiny \
6363
nano \
6464
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)