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 bc825b9 commit c44943dCopy full SHA for c44943d
dev-support/docker/Dockerfile
@@ -188,7 +188,7 @@ RUN curl -L -s -S https://deb.nodesource.com/setup_8.x | bash - \
188
RUN curl -s -S https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
189
&& echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
190
&& apt-get -q update \
191
- && apt-get install -y --no-install-recommends yarn=1.12.1-1 \
+ && apt-get install -y --no-install-recommends yarn=1.21.1-1 \
192
&& apt-get clean \
193
&& rm -rf /var/lib/apt/lists/*
194
0 commit comments