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 b30b53a commit e8e71d3Copy full SHA for e8e71d3
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