File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1919
2020# Configure Node.js version
21- RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash
21+ RUN curl -sL https://deb.nodesource.com/setup_lts .x | bash
2222
2323# Install dependencies
2424RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1919
2020# Configure Node.js version
21- RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash
21+ RUN curl -sL https://deb.nodesource.com/setup_lts .x | bash
2222
2323# Install dependencies
2424RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1919
2020# Configure Node.js version
21- RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash
21+ RUN curl -sL https://deb.nodesource.com/setup_lts .x | bash
2222
2323# Install dependencies
2424RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1919
2020# Configure Node.js version
21- RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash
21+ RUN curl -sL https://deb.nodesource.com/setup_lts .x | bash
2222
2323# Install dependencies
2424RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818{%env_php_extensions%}
1919
2020# Configure Node.js version
21- RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash
21+ RUN curl -sL https://deb.nodesource.com/setup_lts .x | bash
2222
2323# Install dependencies
2424RUN apt-get update \
You can’t perform that action at this time.
0 commit comments