diff --git a/docker/php-fpm/Dockerfile b/docker/php-fpm/Dockerfile index deb6f52..7b85417 100644 --- a/docker/php-fpm/Dockerfile +++ b/docker/php-fpm/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update \ curl gd intl ldap mbstring mysqli odbc pdo pdo_mysql soap sockets xml zip xdebug exif sqlite3 gettext bcmath csv event imap inotify mcrypt redis \ && docker-php-ext-enable xdebug \ && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \ - && curl -sLS https://deb.nodesource.com/setup_14.x | bash - \ + && curl -sLS https://deb.nodesource.com/setup_18.x | bash - \ && apt-get install -y nodejs \ && npm install -g npm \ && apt-get install -q -y ssmtp mailutils \