Skip to content

Commit 56defa3

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.7
1 parent 7078ab7 commit 56defa3

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.6 /uv /usr/local/bin/
4+
COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /usr/local/bin/
55
RUN export DEBIAN_FRONTEND=noninteractive \
66
&& apt-get update -qq \
77
&& apt-get upgrade \

0 commit comments

Comments
 (0)