We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2c575 commit 9679b29Copy full SHA for 9679b29
Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update \
14
&& apt-get install -y wget gnupg2 lsb-core apt-transport-https ca-certificates curl \
15
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
16
&& 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 - \
+ && wget --quiet -O - https://deb.nodesource.com/setup_14.x | bash - \
18
&& apt-get update \
19
&& apt-get install -y nodejs
20
0 commit comments