Merge pull request #1612 from netbox-community/renovate/ghcr.io-astral-sh-uv-0.x

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10
This commit is contained in:
Tobias Genannt
2026-02-06 06:56:25 +01:00
committed by GitHub

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