Skip to content

Commit

Permalink
chore(deps): update dependency pip to v24.1.1 (#646)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 50f39e5 commit b693d49
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==24.1' \
&& pip3 --no-cache-dir install --upgrade 'pip==24.1.1' \
&& pip3 --no-cache-dir install -r /tmp/requirements.txt \
&& apk del .build-deps \
&& mkdir /output
Expand Down

0 comments on commit b693d49

Please sign in to comment.