File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
5959RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
6060 && export NVM_DIR="/root/.nvm" \
6161 && . "$NVM_DIR/nvm.sh" \
62- && nvm install 20 \
63- && nvm alias default 20
62+ && nvm install 22 \
63+ && nvm alias default 22
6464
6565COPY config/php/* /usr/local/etc/php/conf.d/
6666COPY scripts/* /var/www/scripts/
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
5959RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash \
6060 && export NVM_DIR="/root/.nvm" \
6161 && . "$NVM_DIR/nvm.sh" \
62- && nvm install 20 \
63- && nvm alias default 20
62+ && nvm install 22 \
63+ && nvm alias default 22
6464
6565COPY config/php/* /usr/local/etc/php/conf.d/
6666COPY scripts/* /var/www/scripts/
You can’t perform that action at this time.
0 commit comments