Browse Source

YARN-10054. Upgrade yarn to 1.21.1 in Dockerfile. (#1777)

Akira Ajisaka 5 years ago
parent
commit
c44943d1fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev-support/docker/Dockerfile

+ 1 - 1
dev-support/docker/Dockerfile

@@ -188,7 +188,7 @@ RUN curl -L -s -S https://deb.nodesource.com/setup_8.x | bash - \
 RUN curl -s -S https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
 RUN curl -s -S https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
     && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
     && echo 'deb https://dl.yarnpkg.com/debian/ stable main' > /etc/apt/sources.list.d/yarn.list \
     && apt-get -q update \
     && apt-get -q update \
-    && apt-get install -y --no-install-recommends yarn=1.12.1-1 \
+    && apt-get install -y --no-install-recommends yarn=1.21.1-1 \
     && apt-get clean \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
     && rm -rf /var/lib/apt/lists/*