Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 14.19.1-deb-1nodesource1 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 24, 2022
1 parent 1c94e48 commit 22a6240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
\
&& apt-get install -y --no-install-recommends \
nodejs=14.18.1-deb-1nodesource1 \
nodejs=14.19.1-deb-1nodesource1 \
\
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
\
Expand Down

0 comments on commit 22a6240

Please sign in to comment.