Skip to content

Commit 6f46f7d

Browse files
authored
Switch Node installer to LTS version (#69)
1 parent 95b58e9 commit 6f46f7d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

images/php/7.2-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818
ENV 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
2424
RUN apt-get update \

images/php/7.3-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818
ENV 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
2424
RUN apt-get update \

images/php/7.4-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818
ENV 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
2424
RUN apt-get update \

images/php/8.0-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PHPRC ${MAGENTO_ROOT}/php.ini
1818
ENV 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
2424
RUN apt-get update \

images/php/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2424
RUN apt-get update \

0 commit comments

Comments
 (0)