Skip to content

Commit 727e622

Browse files
Update all non-major dependencies to v0.8.24
1 parent 923ac21 commit 727e622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v6
1818
with:
19-
version: "0.6.0"
19+
version: "0.8.24"
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update \
2121
postgresql-client-17 \
2222
&& rm -rf /var/lib/apt/lists/*
2323

24-
COPY --from=ghcr.io/astral-sh/uv:0.7.13 /uv /uvx /bin/
24+
COPY --from=ghcr.io/astral-sh/uv:0.8.24 /uv /uvx /bin/
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)