Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 12.21.0-1nodesource1 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 25, 2021
1 parent 62eefb2 commit 71ed902
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 @@ -56,7 +56,7 @@ RUN \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
\
&& apt-get install -y --no-install-recommends \
nodejs=12.20.2-1nodesource1 \
nodejs=12.21.0-1nodesource1 \
\
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
\
Expand Down

0 comments on commit 71ed902

Please sign in to comment.