Skip to content

Commit 337d0ee

Browse files
Upgrade Node.js in the PHP container (#183)
1 parent 9857d17 commit 337d0ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/php/7.1-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
1212
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mcrypt mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1313

1414
# Configure Node.js version
15-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
15+
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
1616

1717
# Install dependencies
1818
RUN apt-get update \

images/php/7.2-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
1212
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1313

1414
# Configure Node.js version
15-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
15+
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
1616

1717
# Install dependencies
1818
RUN apt-get update \

images/php/7.3-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
1212
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
1313

1414
# Configure Node.js version
15-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
15+
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
1616

1717
# Install dependencies
1818
RUN apt-get update \

images/php/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
1212
{%env_php_extensions%}
1313

1414
# Configure Node.js version
15-
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
15+
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
1616

1717
# Install dependencies
1818
RUN apt-get update \

0 commit comments

Comments
 (0)