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

This commit is contained in:
renovate[bot]
2025-07-17 23:45:53 +00:00
committed by GitHub
parent bc74b0aa6a
commit 658fc00a86

View File

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