Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
3628610970 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11 2026-03-24 01:54:37 +00:00

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 \