From 023e62a58ee59644fe4bae05783e4c9228bf6e01 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 19 Apr 2021 17:11:53 -0300 Subject: [PATCH] Update to NodeJS 15 --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 9b00ff6..7302921 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_14.x | sudo bash - +RUN curl --silent --location https://deb.nodesource.com/setup_15.x | sudo bash - RUN apt -y update # install these without recommends to avoid pulling in e.g. # X11 libraries, mailutils -- 2.25.1