mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-19 14:56:54 +00:00
Compare commits
No commits in common. "aa6250c1e65b205bdeee2e7d068b20d1403e7887" and "0997c327523c6bd2cf7ac2f9ec4d232fa90255d7" have entirely different histories.
aa6250c1e6
...
0997c32752
|
|
@ -1,7 +1,7 @@
|
||||||
ARG FROM
|
ARG FROM
|
||||||
FROM ${FROM} AS builder
|
FROM ${FROM} AS builder
|
||||||
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /usr/local/bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.9 /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 a new issue