mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Compare commits
No commits in common. "962380791027039a201a7844a5fce26af6698519" and "bc74b0aa6a3c428bbf097cdf43ce377ac80e1bcb" have entirely different histories.
9623807910
...
bc74b0aa6a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue