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