Update to NodeJS 16 (#552)
authorTrung Lê <trung.le@ruby-journal.com>
Fri, 6 Aug 2021 01:13:46 +0000 (11:13 +1000)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 01:13:46 +0000 (11:13 +1000)
image/base/Dockerfile

index 73029212c7c43cfb905bbd999f3ccc0a5c366dfc..3ba92b49d57cc587ec557c2352d7e56461a94547 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_15.x | sudo bash -
+RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo bash -
 RUN apt -y update
 # install these without recommends to avoid pulling in e.g.
 # X11 libraries, mailutils