Skip to content

Commit

Permalink
Merge pull request #13 from pcvg/upgrade-to-nodejs-14
Browse files Browse the repository at this point in the history
Upgrade NodeJS to v14
  • Loading branch information
obolientsev authored Apr 28, 2020
2 parents 251a2e7 + 8dd265f commit cb50edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk-jessie main" | tee
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
curl -sL https://deb.nodesource.com/setup_11.x | bash - && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && \
apt-get update && \
Expand Down

0 comments on commit cb50edd

Please sign in to comment.