Skip to content

Commit 9679b29

Browse files
authored
Update NodeJS to 14 LTS (#185)
1 parent 8f2c575 commit 9679b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update \
1414
&& apt-get install -y wget gnupg2 lsb-core apt-transport-https ca-certificates curl \
1515
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
1616
&& echo "deb [ trusted=yes ] https://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list \
17-
&& wget --quiet -O - https://deb.nodesource.com/setup_10.x | bash - \
17+
&& wget --quiet -O - https://deb.nodesource.com/setup_14.x | bash - \
1818
&& apt-get update \
1919
&& apt-get install -y nodejs
2020

0 commit comments

Comments
 (0)