Skip to content

Commit 3a7b47f

Browse files
committed
Update NodeJS Version
1 parent 1cefaaf commit 3a7b47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN pecl install pcov && docker-php-ext-enable pcov
3535
# && echo ";zend_extension=xdebug" > /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
3636

3737
# Node.js, NPM, Yarn
38-
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
38+
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash -
3939
RUN apt-get install -y nodejs
4040
RUN npm install npm@latest -g
4141
RUN npm install yarn -g

0 commit comments

Comments
 (0)