Skip to content

Commit c2c322c

Browse files
authored
fix_Dockerfile.dev (TGSAI#653)
1 parent e3fc7c6 commit c2c322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# 3. The project source code will be host-mounted at /workspaces/mdio-python
1111
ARG PYTHON_VERSION="3.13"
1212
ARG LINUX_DISTRO="bookworm"
13-
ARG UV_VERSION="0.6.11"
13+
ARG UV_VERSION="0.8.15"
1414
FROM mcr.microsoft.com/devcontainers/python:1-${PYTHON_VERSION}-${LINUX_DISTRO}
1515

1616
ENV USERNAME="vscode"

0 commit comments

Comments
 (0)