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 8436b77 commit baf7e2eCopy full SHA for baf7e2e
Dockerfile
@@ -45,7 +45,7 @@ RUN /root/terminal-config/ensure-user-terminal-config.sh && \
45
46
# Install uv using the official image
47
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
48
-COPY --from=ghcr.io/astral-sh/uv:0.8 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /uvx /bin/
49
50
# We recommend mounting in a cache for uv, so silence warnings about it being on a different volume
51
# and cache python interpreter downloads in the same directory
0 commit comments