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 ef3656b commit 48326afCopy full SHA for 48326af
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_20.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
23
apt-get install -y nodejs && \
24
npm install -q -g yarn
25
0 commit comments