Update NodeJS to 10

pull/793/head
Piero Toffanin 2020-01-22 11:26:04 -05:00
rodzic 13d180f3f8
commit acf37086ef
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ ENV PROJ_LIB=/usr/share/proj
RUN mkdir /webodm
WORKDIR /webodm
RUN curl --silent --location https://deb.nodesource.com/setup_8.x | bash -
RUN curl --silent --location https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get -qq install -y nodejs
# Configure use of testing branch of Debian