Skip to content

Commit

Permalink
lock the pip related tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Jan 18, 2023
1 parent 89c6fb6 commit f4b4877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build-cirque/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy \
sudo socat psmisc tigervnc-standalone-server xorg xauth \
python3-pip python3-venv python3-setuptools libdbus-glib-1-dev \
python3-pip python3-venv python3-setuptools==65.7.0 libdbus-glib-1-dev \
uuid-runtime libgirepository1.0-dev \
&& : # aids diffs

Expand Down

0 comments on commit f4b4877

Please sign in to comment.