File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
12
12
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mcrypt mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
13
13
14
14
# 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
16
16
17
17
# Install dependencies
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
12
12
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
13
13
14
14
# 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
16
16
17
17
# Install dependencies
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
12
12
ENV PHP_EXTENSIONS bcmath bz2 calendar exif gd gettext intl mysqli opcache pdo_mysql redis soap sockets sysvmsg sysvsem sysvshm xsl zip pcntl
13
13
14
14
# 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
16
16
17
17
# Install dependencies
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
12
12
{%env_php_extensions%}
13
13
14
14
# 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
16
16
17
17
# Install dependencies
18
18
RUN apt-get update \
You can’t perform that action at this time.
0 commit comments