We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e89aeb commit 091f309Copy full SHA for 091f309
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get --yes --force-yes update \
11
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
12
13
# Install Node.js
14
-RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
15
apt-get install -y nodejs git &&\
16
npm install -g bower &&\
17
npm install -g grunt
0 commit comments