Skip to content

Commit e582866

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.11 (#274)
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.9.10` -> `0.9.11` | [![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.9.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0911) Released on 2025-11-20. ##### Python - Add CPython 3.15.0a2 See the [`python-build-standalone` release notes](https://redirect.github.com/astral-sh/python-build-standalone/releases/tag/20251120) for details. ##### Enhancements - Add SBOM support to `uv export` ([#&#8203;16523](https://redirect.github.com/astral-sh/uv/pull/16523)) - Publish to `crates.io` ([#&#8203;16770](https://redirect.github.com/astral-sh/uv/pull/16770)) ##### Preview features - Add `uv workspace list --paths` ([#&#8203;16776](https://redirect.github.com/astral-sh/uv/pull/16776)) - Fix the preview warning on `uv workspace dir` ([#&#8203;16775](https://redirect.github.com/astral-sh/uv/pull/16775)) ##### Bug fixes - Fix `uv init` author serialization via `toml_edit` inline tables ([#&#8203;16778](https://redirect.github.com/astral-sh/uv/pull/16778)) - Fix status messages without TTY ([#&#8203;16785](https://redirect.github.com/astral-sh/uv/pull/16785)) - Preserve end-of-line comment whitespace when editing `pyproject.toml` ([#&#8203;16734](https://redirect.github.com/astral-sh/uv/pull/16734)) - Disable `always-authenticate` when running under Dependabot ([#&#8203;16773](https://redirect.github.com/astral-sh/uv/pull/16773)) ##### Documentation - Document the new behavior for free-threaded python versions ([#&#8203;16781](https://redirect.github.com/astral-sh/uv/pull/16781)) - Improve note about build system in publish guide ([#&#8203;16788](https://redirect.github.com/astral-sh/uv/pull/16788)) - Move do not upload publish note out of the guide into concepts ([#&#8203;16789](https://redirect.github.com/astral-sh/uv/pull/16789)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 837d8cb commit e582866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)