Skip to content

Commit

Permalink
chore(deps): update dependency pip to v23.2.1 (#485)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Jul 22, 2023
1 parent 9489ec1 commit 3262f74
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==23.2' \
&& pip3 --no-cache-dir install --upgrade 'pip==23.2.1' \
&& pip3 --no-cache-dir install -r /data/requirements.txt \
&& apk del .build-deps \
&& mkdir /output
Expand Down

0 comments on commit 3262f74

Please sign in to comment.