We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0997c32 + f0d0bbc commit aa6250cCopy full SHA for aa6250c
Dockerfile
@@ -1,7 +1,7 @@
1
ARG FROM
2
FROM ${FROM} AS builder
3
4
-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/
5
RUN export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update -qq \
7
&& apt-get upgrade \
0 commit comments