Skip to content

Commit 4734064

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.18 (#338)
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.17` -> `0.9.18` | [![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.18`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0918) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.17...0.9.18) Released on 2025-12-16. ##### Enhancements - Add value hints to command line arguments to improve shell completion accuracy ([#&#8203;17080](https://redirect.github.com/astral-sh/uv/pull/17080)) - Improve error handling in `uv publish` ([#&#8203;17096](https://redirect.github.com/astral-sh/uv/pull/17096)) - Improve rendering of multiline error messages ([#&#8203;17132](https://redirect.github.com/astral-sh/uv/pull/17132)) - Support redirects in `uv publish` ([#&#8203;17130](https://redirect.github.com/astral-sh/uv/pull/17130)) - Include Docker images with the alpine version, e.g., `python3.x-alpine3.23` ([#&#8203;17100](https://redirect.github.com/astral-sh/uv/pull/17100)) ##### Configuration - Accept `--torch-backend` in `[tool.uv]` ([#&#8203;17116](https://redirect.github.com/astral-sh/uv/pull/17116)) ##### Performance - Speed up `uv cache size` ([#&#8203;17015](https://redirect.github.com/astral-sh/uv/pull/17015)) - Initialize S3 signer once ([#&#8203;17092](https://redirect.github.com/astral-sh/uv/pull/17092)) ##### Bug fixes - Avoid panics due to reads on failed requests ([#&#8203;17098](https://redirect.github.com/astral-sh/uv/pull/17098)) - Enforce latest-version in `@latest` requests ([#&#8203;17114](https://redirect.github.com/astral-sh/uv/pull/17114)) - Explicitly set `EntryType` for file entries in tar ([#&#8203;17043](https://redirect.github.com/astral-sh/uv/pull/17043)) - Ignore `pyproject.toml` index username in lockfile comparison ([#&#8203;16995](https://redirect.github.com/astral-sh/uv/pull/16995)) - Relax error when using `uv add` with `UV_GIT_LFS` set ([#&#8203;17127](https://redirect.github.com/astral-sh/uv/pull/17127)) - Support file locks on ExFAT on macOS ([#&#8203;17115](https://redirect.github.com/astral-sh/uv/pull/17115)) - Change schema for `exclude-newer` into optional string ([#&#8203;17121](https://redirect.github.com/astral-sh/uv/pull/17121)) ##### Documentation - Drop arm musl caveat from Docker documentation ([#&#8203;17111](https://redirect.github.com/astral-sh/uv/pull/17111)) - Fix version reference in resolver example ([#&#8203;17085](https://redirect.github.com/astral-sh/uv/pull/17085)) - Better documentation for `exclude-newer*` ([#&#8203;17079](https://redirect.github.com/astral-sh/uv/pull/17079)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9eb745c commit 4734064

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

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.9.17@sha256:5cb6b54d2bc3fe2eb9a8483db958a0b9eebf9edff68adedb369df8e7b98711a2 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.18@sha256:5713fa8217f92b80223bc83aac7db36ec80a84437dbc0d04bbc659cae030d8c9 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)