From: Rafael dos Santos Silva Date: Wed, 27 Jan 2021 17:24:41 +0000 (-0300) Subject: Bump to NodeJS 14 since NodeJS 10 is EOL this April X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5791794c046824f7cc2ad4e17dca77c378049455;p=discourse_docker.git Bump to NodeJS 14 since NodeJS 10 is EOL this April --- diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 07ea10c..f36b706 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -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