Skip to content

Commit

Permalink
Pinned yarn at v1.22.19
Browse files Browse the repository at this point in the history
Newer version don't install (missing some release artifacts).
  • Loading branch information
lmakarov committed Feb 2, 2024
1 parent 20d9e76 commit 827e91b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.11.0 \
YARN_VERSION=1.22.21
# yarn releases above 1.22.19 don't install
YARN_VERSION=1.22.19
# Don't use -x here, as the output may be excessive
RUN set -e; \
# NVM and a defaut Node.js version
Expand Down
3 changes: 2 additions & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.11.0 \
YARN_VERSION=1.22.21
# yarn releases above 1.22.19 don't install
YARN_VERSION=1.22.19
# Don't use -x here, as the output may be excessive
RUN set -e; \
# NVM and a defaut Node.js version
Expand Down
3 changes: 2 additions & 1 deletion 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ $HOME/.composer/vendor/phpcompatibility/phpcompatibility-paragonie/PHPCompatibil
ENV \
NVM_VERSION=0.39.7 \
NODE_VERSION=20.11.0 \
YARN_VERSION=1.22.21
# yarn releases above 1.22.19 don't install
YARN_VERSION=1.22.19
# Don't use -x here, as the output may be excessive
RUN set -e; \
# NVM and a defaut Node.js version
Expand Down

0 comments on commit 827e91b

Please sign in to comment.