File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-p
2020
2121RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
2222 && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
23- && curl -sL https://deb.nodesource.com/setup_18 .x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
23+ && curl -sL https://deb.nodesource.com/setup_20 .x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
2424 && apt-get update -y && apt-get install -qqy nodejs yarn \
2525 && apt-get clean \
2626 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 1- 1.61.104
1+ 1.62.165
You can’t perform that action at this time.
0 commit comments