Skip to content

Commit

Permalink
chore(docker): Upgrade Yarn to the latest 1.x version
Browse files Browse the repository at this point in the history
Do not use the incomplete [1] release from today.

[1] https://github.com/yarnpkg/yarn/releases/tag/v1.22.20

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Nov 15, 2023
1 parent ab87104 commit 595261c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ SBT_VERSION=1.9.7
SCANCODE_VERSION=32.0.8
SWIFT_VERSION=5.8.1
UBUNTU_VERSION=jammy
YARN_VERSION=1.22.17
YARN_VERSION=1.22.19
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ARG BOWER_VERSION=1.8.12
ARG NODEJS_VERSION=20.9.0
ARG NPM_VERSION=10.1.0
ARG PNPM_VERSION=8.10.3
ARG YARN_VERSION=1.22.17
ARG YARN_VERSION=1.22.19

ENV NVM_DIR=/opt/nvm
ENV PATH=$PATH:$NVM_DIR/versions/node/v$NODEJS_VERSION/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ENV \
PYTHON_POETRY_VERSION=1.6.1 \
SBT_VERSION=1.9.7 \
SWIFT_VERSION=5.8.1 \
YARN_VERSION=1.22.17 \
YARN_VERSION=1.22.19 \
# SDK versions.
ANDROID_SDK_VERSION=9477386 \
# Installation directories.
Expand Down

0 comments on commit 595261c

Please sign in to comment.