Skip to content

Commit aa6250c

Browse files
authored
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
2 parents 0997c32 + f0d0bbc commit aa6250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG FROM
22
FROM ${FROM} AS builder
33

4-
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /usr/local/bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /usr/local/bin/
55
RUN export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update -qq \
77
&& apt-get upgrade \

0 commit comments

Comments
 (0)