mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-02 12:24:32 +02:00
Merge 56defa3f82
into 7078ab7519
This commit is contained in:
commit
cac6605319
@ -1,7 +1,7 @@
|
|||||||
ARG FROM
|
ARG FROM
|
||||||
FROM ${FROM} AS builder
|
FROM ${FROM} AS builder
|
||||||
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /usr/local/bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /usr/local/bin/
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||||
&& apt-get update -qq \
|
&& apt-get update -qq \
|
||||||
&& apt-get upgrade \
|
&& apt-get upgrade \
|
||||||
|
Loading…
Reference in New Issue
Block a user