mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update to yarn 1.21.1
Last year there was a recommended security update: https://classic.yarnpkg.com/blog/2019/07/12/recommended-security-update/ This updates yarn to the latest stable version
This commit is contained in:
parent
0ca8b407cc
commit
034a8bd568
5 changed files with 28 additions and 27 deletions
|
|
@ -10,7 +10,7 @@ ADD /scripts/ /scripts/
|
|||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y git \
|
||||
&& /scripts/install-node 12.4.0 1.16.0-1 \
|
||||
&& /scripts/install-node 12.4.0 1.21.1-1 \
|
||||
&& yarn global add alex@7 \
|
||||
&& yarn cache clean \
|
||||
&& apt-get autoremove -yq \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue