Skip to content

Commit b569b8d

Browse files
Updated ghcr.io/astral-sh/uv Docker tag to v0.8.13 (#24728)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv) | final | patch | `0.8.12` -> `0.8.13` | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.8.13`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0813) ##### Enhancements - Add `--no-install-*` arguments to `uv add` ([#&#8203;15375](https://redirect.github.com/astral-sh/uv/pull/15375)) - Initialize Git prior to reading author in `uv init` ([#&#8203;15377](https://redirect.github.com/astral-sh/uv/pull/15377)) - Add CUDA 129 to available torch backends ([#&#8203;15416](https://redirect.github.com/astral-sh/uv/pull/15416)) - Update Pyodide to 0.28.2 ([#&#8203;15385](https://redirect.github.com/astral-sh/uv/pull/15385)) ##### Preview features - Add an experimental `uv format` command ([#&#8203;15017](https://redirect.github.com/astral-sh/uv/pull/15017)) - Allow version specifiers in `extra-build-dependencies` if match-runtime is explicitly `false` ([#&#8203;15420](https://redirect.github.com/astral-sh/uv/pull/15420)) ##### Bug fixes - Add `triton` to `torch-backend` manifest ([#&#8203;15405](https://redirect.github.com/astral-sh/uv/pull/15405)) - Avoid panicking when resolver returns stale distributions ([#&#8203;15389](https://redirect.github.com/astral-sh/uv/pull/15389)) - Fix `uv_build` wheel hashes ([#&#8203;15400](https://redirect.github.com/astral-sh/uv/pull/15400)) - Treat `--upgrade-package` on the command-line as overriding `upgrade = false` in configuration ([#&#8203;15395](https://redirect.github.com/astral-sh/uv/pull/15395)) - Restore DockerHub publishing ([#&#8203;15381](https://redirect.github.com/astral-sh/uv/pull/15381)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 05:00 PM and 11:59 PM, only on Friday ( * 17-23 * * 5 ), Only on Sunday and Saturday ( * * * * 0,6, ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Raible <[email protected]>
1 parent ef05936 commit b569b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/tb-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.13-slim@sha256:27f90d79cc85e9b7b2560063ef44fa0e9eaae7a7c3f5a9f74563065c5477cc24
22

33
# Install uv from Astral.sh
4-
COPY --from=ghcr.io/astral-sh/uv:0.8.12 /uv /uvx /bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.8.13 /uv /uvx /bin/
55

66
# Install dependencies
77
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)