Skip to content

Commit fae10e1

Browse files
build(deps): update uv to v0.8.1
1 parent 3b389ba commit fae10e1

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
@@ -29,7 +29,7 @@ jobs:
2929
id: setup-uv
3030
with:
3131
# renovate: datasource=pypi dependency=uv
32-
version: "0.8.0"
32+
version: "0.8.1"
3333
- name: Install dependencies
3434
run: uv sync --locked
3535
- name: Run ruff check

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

55
FROM python:3.13.5-alpine3.22 AS build
6-
COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
6+
COPY --from=ghcr.io/astral-sh/uv:0.8.1 /uv /uvx /bin/
77

88
# dependencies for building Python packages
99
RUN apk add --no-cache build-base \

0 commit comments

Comments
 (0)