Skip to content

Commit c44943d

Browse files
authored
YARN-10054. Upgrade yarn to 1.21.1 in Dockerfile. (#1777)
1 parent bc825b9 commit c44943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN curl -L -s -S https://deb.nodesource.com/setup_8.x | bash - \
188188
RUN curl -s -S https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
189189
&& echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
190190
&& apt-get -q update \
191-
&& apt-get install -y --no-install-recommends yarn=1.12.1-1 \
191+
&& apt-get install -y --no-install-recommends yarn=1.21.1-1 \
192192
&& apt-get clean \
193193
&& rm -rf /var/lib/apt/lists/*
194194

0 commit comments

Comments
 (0)