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