ci(docs-infra): update upload-server to run on node.js v10

This commit is contained in:
Pete Bacon Darwin 2018-05-09 18:48:52 +01:00
parent 4ce70b9edf
commit 8347bb0d2d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ RUN mkdir /var/log/aio
# Add extra package sources
RUN apt-get update -y && apt-get install -y curl
RUN curl --silent --show-error --location https://deb.nodesource.com/setup_6.x | bash -
RUN curl --silent --show-error --location https://deb.nodesource.com/setup_10.x | bash -
RUN curl --silent --show-error https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/backports.list