diff --git a/.docker/php/Dockerfile b/.docker/php/Dockerfile index ecf6926..cb2aa13 100644 --- a/.docker/php/Dockerfile +++ b/.docker/php/Dockerfile @@ -35,7 +35,7 @@ RUN pecl install pcov && docker-php-ext-enable pcov # && echo ";zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini # Node.js, NPM, Yarn -RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - RUN apt-get install -y nodejs RUN npm install npm@latest -g RUN npm install yarn -g