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 48326af commit 6745844Copy full SHA for 6745844
Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update -qq && \
19
libyaml-dev
20
21
# Add Node, required for asset pipeline.
22
-RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
23
apt-get install -y nodejs && \
24
npm install -q -g yarn
25
0 commit comments