Skip to content

Commit d032816

Browse files
committed
Downgrade uv for renovate testing
1 parent d77bc5f commit d032816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# renovate: datasource=python-version depName=python
1111
PYTHON_VERSION: 3.14.0
1212
# renovate: datasource=pypi depName=uv
13-
UV_VERSION: 0.9.14
13+
UV_VERSION: 0.9.13
1414
# renovate: datasource=pypi depName=prek
1515
PREK_VERSION: 0.2.19
1616

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ENV UV_PYTHON_PREFERENCE=only-system
3737
# uv version can not be defined in an environment variable,
3838
# because COPY --from doesn't support variable expansion
3939
# https://github.com/moby/moby/issues/34482
40-
COPY --from=ghcr.io/astral-sh/uv:0.9.14@sha256:fef8e5fb8809f4b57069e919ffcd1529c92b432a2c8d8ad1768087b0b018d840 /uv /uvx /bin/
40+
COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
4141

4242
# https://github.com/astral-sh/uv-docker-example/blob/a14ebc89e3a5e5b33131284968d8969ae054ed0d/Dockerfile#L13
4343
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)