Skip to content

Commit

Permalink
bump uv
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Mar 18, 2024
1 parent 0060042 commit ccc7714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG QEMU_CPU
# Set shell
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
# Install uv
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.21/uv-installer.sh | sh
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.1.22/uv-installer.sh | sh

WORKDIR /usr/src

Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ types-pytz==2023.3.1.1
types-PyYAML==6.0.12.12
types-requests==2.31.0.3
types-xmltodict==0.13.0.3
uv==0.1.21
uv==0.1.22

0 comments on commit ccc7714

Please sign in to comment.