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 f5df9b1 commit 32c6a3aCopy full SHA for 32c6a3a
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
FROM mcr.microsoft.com/vscode/devcontainers/python:3.13
2
-COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.5.14 /uv /uvx /bin/
3
ARG USERNAME=vscode
4
5
RUN apt-get update && \
0 commit comments