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 f76e4fe + d254f30 commit f399a54Copy full SHA for f399a54
running/Dockerfile.twig
@@ -62,7 +62,7 @@ RUN usermod -u 1000 www-data
62
RUN yes | apt install mariadb-server mariadb-client
63
{% endif %}
64
65
-RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
66
RUN sudo apt-get install -y nodejs
67
RUN echo "NODE Version:" && node --version
68
RUN echo "NPM Version:" && npm --version
0 commit comments