Update ghcr.io/astral-sh/uv Docker tag to v0.9

This commit is contained in:
renovate[bot] 2025-10-08 05:08:30 +00:00 committed by GitHub
parent 0072d59ea2
commit 7067475a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
ARG FROM
FROM ${FROM} AS builder
COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /usr/local/bin/
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \