chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11

This commit is contained in:
renovate[bot]
2026-03-24 01:54:37 +00:00
committed by GitHub
parent ebc8e2a1b9
commit 3628610970

View File

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