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
18
18
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
19
19
20
20
# 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
22
22
23
23
# Install dependencies
24
24
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
18
18
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
19
19
20
20
# 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
22
22
23
23
# Install dependencies
24
24
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
18
18
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
19
19
20
20
# 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
22
22
23
23
# Install dependencies
24
24
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
18
18
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
19
19
20
20
# 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
22
22
23
23
# Install dependencies
24
24
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
18
18
{%env_php_extensions%}
19
19
20
20
# 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
22
22
23
23
# Install dependencies
24
24
RUN apt-get update \
You can’t perform that action at this time.
0 commit comments