Skip to content

Commit

Permalink
chore(deps): update dependency pip to v25.0.1 (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent c16d604 commit 2eea4af
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 @@ -16,7 +16,7 @@ RUN apk add --no-cache \
openssl-dev \
python3-dev \
rust \
&& pip3 --no-cache-dir install --upgrade 'pip==25.0' \
&& pip3 --no-cache-dir install --upgrade 'pip==25.0.1' \
&& pip3 --no-cache-dir install -r /tmp/requirements.txt \
&& apk del .build-deps \
&& mkdir /output
Expand Down

0 comments on commit 2eea4af

Please sign in to comment.