Skip to content

Commit

Permalink
[SB-609] pinned pip version in workers Dockerfile caused by pdm-proje…
Browse files Browse the repository at this point in the history
…ct/pdm#874

Approved-by: Krystian Hanek
  • Loading branch information
y-honey committed Jan 31, 2022
1 parent 1fdf5b4 commit c1c1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/workers/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN \
wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
apt-get update && \
apt-get install -yqq nodejs yarn && \
pip install -U pip && pip install pdm && \
pip install -U pip==21.3.1 && pip install pdm && \
npm i -g npm@^6 && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit c1c1bf9

Please sign in to comment.