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 e3fc7c6 commit c2c322cCopy full SHA for c2c322c
.devcontainer/Dockerfile.dev
@@ -10,7 +10,7 @@
10
# 3. The project source code will be host-mounted at /workspaces/mdio-python
11
ARG PYTHON_VERSION="3.13"
12
ARG LINUX_DISTRO="bookworm"
13
-ARG UV_VERSION="0.6.11"
+ARG UV_VERSION="0.8.15"
14
FROM mcr.microsoft.com/devcontainers/python:1-${PYTHON_VERSION}-${LINUX_DISTRO}
15
16
ENV USERNAME="vscode"
0 commit comments