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

This commit is contained in:
renovate[bot] 2025-02-14 18:56:50 +00:00 committed by GitHub
parent c3f119bedc
commit 0f0ce521d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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