Update Node to v18

master
Carlos Gomes 2023-08-27 18:45:35 +02:00
rodzic 15a210d14a
commit fdcfa76de6
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ RUN \
# https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
RUN \
curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs \
&& npm i -g yarn \
&& apt-get autoremove -y --purge \

Wyświetl plik

@ -12,7 +12,7 @@ To deploy and transfer files, [Deployer](https://deployer.org), SSH, and RSync a
## This image includes:
* [NodeJS 16.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
* [NodeJS 18.x and NPM](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)
* [Yarn - latest](https://classic.yarnpkg.com/en/docs/install/#debian-stable)
* PHP 8-cli, 7.1-cli
* [Composer](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) (latest or v2.2.18 for php7.1)