8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cefaaf commit 3a7b47fCopy full SHA for 3a7b47f
.docker/php/Dockerfile
@@ -35,7 +35,7 @@ RUN pecl install pcov && docker-php-ext-enable pcov
35
# && echo ";zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
36
37
# Node.js, NPM, Yarn
38
-RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
39
RUN apt-get install -y nodejs
40
RUN npm install npm@latest -g
41
RUN npm install yarn -g
0 commit comments