Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Carmet 0ed65cf4dc Update node to 10.19.0 2020-07-24 15:51:19 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:10-slim
FROM node:10.19.0-slim
MAINTAINER Giorgio Regni <gr@scality.com>
WORKDIR /usr/src/app

View File

@ -11,7 +11,7 @@ RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& cat /tmp/*packages.list | xargs apt-get install -y \
&& git clone https://github.com/tj/n.git \
&& make -C ./n \
&& n 10 \
&& n 10.19.0 \
&& pip install pip==9.0.1 \
&& rm -rf ./n \
&& rm -rf /var/lib/apt/lists/* \