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.
2 parents b30b53a + e8e71d3 commit a29ceeeCopy full SHA for a29ceee
docker/app/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get -y update && \
14
RUN curl -Lo /usr/bin/composer https://getcomposer.org/composer-stable.phar && \
15
chmod +x /usr/bin/composer
16
17
-RUN curl -sL https://deb.nodesource.com/setup_14.x | bash && \
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash && \
18
apt-get install -y nodejs
19
20
ARG CONTAINER_USER
0 commit comments