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.
1 parent 908b2c4 commit f7c1d37Copy full SHA for f7c1d37
src/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get -y update \
15
16
# Install uv
17
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
18
-COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.7.2 /uv /bin/uv
19
20
# copy requirements file
21
COPY requirements.txt /tmp/requirements.txt
0 commit comments