Skip to content

Commit e72ccd1

Browse files
authored
feat: update toolset (#221)
1 parent cf1598a commit e72ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ COPY --from=python312-builder /etc/ld.so.conf.d/python3.12.conf /etc/ld.so.conf.
289289
ENV PATH="${PYTHON_ROOT}/3.12/bin:${PYTHON_ROOT}/2.7/bin:$PATH"
290290

291291
# Install uv
292-
ENV UV_VERSION=0.9.13
292+
ENV UV_VERSION=0.9.16
293293
ENV UV_INSTALL_DIR="/usr/local/bin"
294294
ADD https://astral.sh/uv/${UV_VERSION}/install.sh /tmp/install-uv.sh
295295
RUN set -eux; \

0 commit comments

Comments
 (0)