Compare commits

..

No commits in common. "f07c9d533d3f26d914f93fe1cce3d5805a84c85e" and "0072d59ea2187ee2baa9ac38089efb3c3743830c" have entirely different histories.

View file

@ -1,7 +1,7 @@
ARG FROM
FROM ${FROM} AS builder
COPY --from=ghcr.io/astral-sh/uv:0.9 /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 \