Compare commits

..

1 commit

Author SHA1 Message Date
Tobias Genannt 63824617a2
Merge c8d766a95b into bc74b0aa6a 2025-07-15 18:55:30 +02:00

View file

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