We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0c1fe commit dcc79a8Copy full SHA for dcc79a8
.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.7.2 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.3 /uv /uvx /bin/
3
ARG USERNAME=vscode
4
5
RUN apt-get update && \
0 commit comments