Skip to content

Commit 21e220d

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.12 (#282)
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.11` -> `0.9.12` | [![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.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0912) Released on 2025-11-24. ##### Enhancements - Allow `--with-requirements` to load extensionless inline-metadata scripts ([#&#8203;16744](https://redirect.github.com/astral-sh/uv/pull/16744)) - Collect and upload PEP 740 attestations during `uv publish` ([#&#8203;16731](https://redirect.github.com/astral-sh/uv/pull/16731)) - Prevent `uv export` from overwriting `pyproject.toml` ([#&#8203;16745](https://redirect.github.com/astral-sh/uv/pull/16745)) ##### Documentation - Add a crates.io README for uv ([#&#8203;16809](https://redirect.github.com/astral-sh/uv/pull/16809)) - Add documentation for intermediate Docker layers in a workspace ([#&#8203;16787](https://redirect.github.com/astral-sh/uv/pull/16787)) - Enumerate workspace members in the uv crate README ([#&#8203;16811](https://redirect.github.com/astral-sh/uv/pull/16811)) - Fix documentation links for crates ([#&#8203;16801](https://redirect.github.com/astral-sh/uv/pull/16801)) - Generate a crates.io README for uv workspace members ([#&#8203;16812](https://redirect.github.com/astral-sh/uv/pull/16812)) - Move the "Export" guide to the projects concept section ([#&#8203;16835](https://redirect.github.com/astral-sh/uv/pull/16835)) - Update the cargo install recommendation to use crates ([#&#8203;16800](https://redirect.github.com/astral-sh/uv/pull/16800)) - Use the word "internal" in crate descriptions ([#&#8203;16810](https://redirect.github.com/astral-sh/uv/pull/16810)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7dbaddd commit 21e220d

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.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.12@sha256:0eaa66c625730a3b13eb0b7bfbe085ed924b5dca6240b6f0632b4256cfb53f31 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)