mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-11 14:06:40 +00:00
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user