Bump to NodeJS 14 since NodeJS 10 is EOL this April
authorRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 27 Jan 2021 17:24:41 +0000 (14:24 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 27 Jan 2021 18:27:41 +0000 (15:27 -0300)
image/base/Dockerfile

index 07ea10c5f6213edd2e9a458860fe5bb021729310..f36b706302a95aa7534491b3013b4263b24c5372 100644 (file)
@@ -26,7 +26,7 @@ ENV LANGUAGE en_US.UTF-8
 RUN curl https://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add -
 RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" | \
         tee /etc/apt/sources.list.d/postgres.list
-RUN curl --silent --location https://deb.nodesource.com/setup_10.x | sudo bash -
+RUN curl --silent --location https://deb.nodesource.com/setup_14.x | sudo bash -
 RUN apt -y update
 # install these without recommends to avoid pulling in e.g.
 # X11 libraries, mailutils