File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4343RUN --mount=type=cache,target=/root/.cache/uv \
You can’t perform that action at this time.
0 commit comments