Compare commits

..

No commits in common. "aa6250c1e65b205bdeee2e7d068b20d1403e7887" and "0997c327523c6bd2cf7ac2f9ec4d232fa90255d7" have entirely different histories.

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.9 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \