Skip to content

Commit 632512b

Browse files
committed
Try node 20 LTS version inside docker image
1 parent 2061af7 commit 632512b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/mavros/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ RUN apt-get update \
110110
# Node 18 for building the docs (Sphinx dependencies already in setup.py)
111111
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash \
112112
&& source ~/.nvm/nvm.sh \
113-
&& nvm install 18 \
114-
&& nvm use 18 \
113+
&& nvm install 20 \
114+
&& nvm use 20 \
115115
&& cd docs/vitepress \
116116
&& npm install
117117

0 commit comments

Comments
 (0)