Update yarn in Dockerfile to 1.22.21

This commit is contained in:
Sebastian Hengst 2024-02-05 17:08:48 +01:00
Родитель dbeebc028b
Коммит b708a58085
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ COPY package.json babel.config.json webpack.config.js yarn.lock /app/
# ensure we have python-venv available for glean
RUN apt-get update && apt-get install python3-venv -y
RUN npm install -g --force yarn@1.22.19
RUN npm install -g --force yarn@1.22.21
RUN yarn install
RUN yarn build