We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b389ba commit fae10e1Copy full SHA for fae10e1
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
id: setup-uv
30
with:
31
# renovate: datasource=pypi dependency=uv
32
- version: "0.8.0"
+ version: "0.8.1"
33
- name: Install dependencies
34
run: uv sync --locked
35
- name: Run ruff check
Dockerfile
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: AGPL-3.0-or-later
4
5
FROM python:3.13.5-alpine3.22 AS build
6
-COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.1 /uv /uvx /bin/
7
8
# dependencies for building Python packages
9
RUN apk add --no-cache build-base \
0 commit comments