Skip to content

Commit

Permalink
⬆️ Upgrades nodejs to 12.19.0-1nodesource1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 3, 2020
1 parent 8f04f56 commit 64d6f01
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 @@ -59,7 +59,7 @@ RUN \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
\
&& apt-get install -y --no-install-recommends \
nodejs=12.18.2-1nodesource1 \
nodejs=12.19.0-1nodesource1 \
\
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
\
Expand Down

0 comments on commit 64d6f01

Please sign in to comment.