Skip to content

Commit 8b464bc

Browse files
authored
Merge pull request #30 from rm-yakovenko/29-Use-lts-version
29 Use LTS version of NodeJs
2 parents ff01cf2 + f5173d8 commit 8b464bc

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)