We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7078ab7 + 56defa3 commit b845efeCopy full SHA for b845efe
Dockerfile
@@ -1,7 +1,7 @@
1
ARG FROM
2
FROM ${FROM} AS builder
3
4
-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/
5
RUN export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update -qq \
7
&& apt-get upgrade \
0 commit comments