Skip to content

Commit 954661c

Browse files
authored
Update Dockerfile (TGSAI#654)
1 parent c2c322c commit 954661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
# Install UV dependency manager
13-
ARG UV_VERSION="0.6.11"
13+
ARG UV_VERSION="0.8.15"
1414
RUN if [ "${UV_VERSION}" != "none" ]; then bash -c "umask 0002 && pip3 install uv==${UV_VERSION}"; fi
1515

1616
# Nox installation using UV (system-level tool)

0 commit comments

Comments
 (0)