Skip to content

Commit

Permalink
Update yarn in Dockerfile to 1.22.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed Feb 5, 2024
1 parent dbeebc0 commit b708a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].19
RUN npm install -g --force [email protected].21
RUN yarn install
RUN yarn build

Expand Down

0 comments on commit b708a58

Please sign in to comment.