Upgrades this uv version

This commit is contained in:
Trenton Holmes 2025-03-01 19:04:48 -08:00 committed by Trenton H
parent 07c79daf1e
commit c02c621328

View File

@ -83,7 +83,7 @@ RUN set -eux \
&& apt-get update \
&& apt-get install --yes --quiet ${PYTHON_PACKAGES}
COPY --from=ghcr.io/astral-sh/uv:0.4 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /bin/uv
RUN set -eux \
&& echo "Installing pre-built updates" \