We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84dafd commit 2d235d5Copy full SHA for 2d235d5
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install uv
17
uses: astral-sh/setup-uv@v6
18
with:
19
- version: "0.6.0"
+ version: "0.8.12"
20
- name: Setup Python
21
uses: actions/setup-python@v5
22
Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update \
postgresql-client-17 \
&& rm -rf /var/lib/apt/lists/*
23
24
-COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.12 /uv /uvx /bin/
25
26
WORKDIR /app
27
0 commit comments