Skip to content

Commit 4c317c0

Browse files
chore(deps): update all non-major dependencies to v0.10.12 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6812c86 commit 4c317c0

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install uv
1515
uses: astral-sh/setup-uv@v7
1616
with:
17-
version: "0.10.10"
17+
version: "0.10.12"
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
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.10.10 /uv /uvx /bin/
24+
COPY --from=ghcr.io/astral-sh/uv:0.10.12 /uv /uvx /bin/
2525

2626
WORKDIR /app
2727

0 commit comments

Comments
 (0)