Skip to content

Commit f5173d8

Browse files
committed
29 Use LTS version of NodeJs
1 parent ff01cf2 commit f5173d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get -y -qq update && \
1414
RUN curl -Lo /usr/bin/composer https://getcomposer.org/composer-stable.phar && \
1515
chmod +x /usr/bin/composer
1616

17-
RUN curl -sL https://deb.nodesource.com/setup_13.x | bash && \
17+
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
1818
apt-get install -y nodejs
1919

2020
RUN useradd -m app

0 commit comments

Comments
 (0)