Compare commits

..

1 commit

Author SHA1 Message Date
Matt Gaynor b89f0a944f
Merge 1815408e73 into 0997c32752 2026-02-04 21:44:07 +01: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.9 /uv /usr/local/bin/
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update -qq \
&& apt-get upgrade \