Skip to content

Commit

Permalink
chore(deps): update dependency pip to v23.2 (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2023
1 parent 4e205ba commit d9bc7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN apt-get update \
python3-wheel \
rsync \
sshpass \
&& python3 -m pip install --no-cache-dir --upgrade 'pip==23.1.2' \
&& python3 -m pip install --no-cache-dir --upgrade 'pip==23.2' \
&& pip3 install --no-cache-dir -r /src/requirements.txt \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d9bc7d8

Please sign in to comment.