Skip to content

Commit

Permalink
Vulnerabilities fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvion committed Jan 21, 2025
1 parent 3d9dda4 commit cd43646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get --no-install-recommends install -y comerr-dev \
postgresql-13 postgresql-14 postgresql-15 postgresql-16 \
jq \
openssl curl
RUN python3 -m pip install -U setuptools
RUN python3 -m pip install -U setuptools==70.0.0
RUN python3 -m pip install --no-cache-dir -r /root/requirements.txt \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install grpcio \
Expand Down

0 comments on commit cd43646

Please sign in to comment.