File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ RUN set -ex && \
37
37
&& echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu focal main" >> /etc/apt/sources.list \
38
38
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
39
39
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main' > /etc/apt/sources.list.d/pgdg.list \
40
- && wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
41
- && echo 'deb https://deb.nodesource.com/node_18 .x focal main' > /etc/apt/sources.list.d/nodesource.list \
40
+ && wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource-repo .gpg.key | apt-key add - \
41
+ && echo 'deb https://deb.nodesource.com/node_20 .x nodistro main' > /etc/apt/sources.list.d/nodesource.list \
42
42
&& wget --quiet -O - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
43
43
&& echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
44
44
&& set -ex \
You can’t perform that action at this time.
0 commit comments