Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit c79d13f

Browse files
committed
Update node version for doc building
1 parent 0412ae0 commit c79d13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99
git \
1010
curl \
1111
gnupg
12-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
12+
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
1313
RUN apt-get -y install nodejs
1414
RUN npm install npm@latest -g && \
1515
npm install n -g && \

0 commit comments

Comments
 (0)