Skip to content

Commit a927318

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.23 (#362)
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.22` → `0.9.23` | [![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.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0923) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.22...0.9.23) Released on 2026-01-09. ##### Enhancements - Only write portable paths in `RECORD` files ([#&#8203;17339](https://redirect.github.com/astral-sh/uv/pull/17339)) - Support relative paths in `UV_PYTHON_BIN_DIR` and `UV_TOOL_BIN_DIR` ([#&#8203;17367](https://redirect.github.com/astral-sh/uv/pull/17367)) ##### Preview features - Enable uploads to S3 via pre-signed URLs ([#&#8203;17349](https://redirect.github.com/astral-sh/uv/pull/17349)) ##### Configuration - Allow setting proxy variables via global / user configuration ([#&#8203;16918](https://redirect.github.com/astral-sh/uv/pull/16918)) - Manually parse and reconcile Boolean environment variables ([#&#8203;17321](https://redirect.github.com/astral-sh/uv/pull/17321)) ##### Bug fixes - Avoid broken build artifacts on build failure ([#&#8203;17276](https://redirect.github.com/astral-sh/uv/pull/17276)) - Fix missing dependencies on synthetic root in SBOM export ([#&#8203;17363](https://redirect.github.com/astral-sh/uv/pull/17363)) - Recognize `armv8l` as an alias for `armv7l` in platform tag parsing ([#&#8203;17384](https://redirect.github.com/astral-sh/uv/pull/17384)) - Fix redaction of a URL in a middleware trace log ([#&#8203;17346](https://redirect.github.com/astral-sh/uv/pull/17346)) ##### Documentation - Add `index.md` suggestion to `llms.txt` ([#&#8203;17362](https://redirect.github.com/astral-sh/uv/pull/17362)) - Clarify that `uv run` uses inexact syncing by default ([#&#8203;17366](https://redirect.github.com/astral-sh/uv/pull/17366)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10baf29 commit a927318

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.2-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b598
22

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.9.22@sha256:2320e6c239737dc73cccce393a8bb89eba2383d17018ee91a59773df802c20e6 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.23@sha256:22f6ca040d3f5484d9d792b8de122bb8846760cd997edc73443bc03815cf0a01 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)