Skip to content

Commit

Permalink
Update to NodeJS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed May 28, 2021
1 parent faa7b96 commit 023e62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 023e62a

Please sign in to comment.