Skip to content

Commit f377e44

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.10 (#478)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv) | final | patch | `0.10.9` → `0.10.10` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/astral-sh/uv/badge)](https://securityscorecards.dev/viewer/?uri=github.com/astral-sh/uv) | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10) Released on 2026-03-13. ##### Python - Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403)) ##### Enhancements - Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318)) - Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228)) - Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286)) - Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453)) - Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714)) - Warn when workspace member scripts are skipped due to missing build system ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389)) - Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417)) - Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353)) - Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420)) - Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419)) ##### Preview features - Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392)) - Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193)) - Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394)) ##### Bug fixes - Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373)) - Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362)) - Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445)) - Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176)) - Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399)) - Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396)) - Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433)) - Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334)) - Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383)) ##### Documentation - Update the platform support policy with a tier 3 section including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23d9673 commit f377e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.14.3-alpine@sha256:faee120f7885a06fcc9677922331391fa690d911c020abb
22

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.10.10@sha256:cbe0a44ba994e327b8fe7ed72beef1aaa7d2c4c795fd406d1dbf328bacb2f1c5 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)