File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN apt-get update && apt-get -y install \
4848# Install node and yarn
4949RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
5050 echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
51- curl -sL https://deb.nodesource.com/setup_20 .x | bash - && \
51+ curl -sL https://deb.nodesource.com/setup_22 .x | bash - && \
5252 apt-get update && apt-get install -y \
5353 nodejs \
5454 yarn \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN set -eux; \
2727 | tee /etc/apt/sources.list.d/yarn.list; \
2828 \
2929 # Run NodeSource setup script (unchanged)
30- curl -sL https://deb.nodesource.com/setup_20 .x | bash -; \
30+ curl -sL https://deb.nodesource.com/setup_22 .x | bash -; \
3131 \
3232 # Install Node.js + Yarn
3333 apt-get update; \
You can’t perform that action at this time.
0 commit comments