Skip to content

Commit 943ba31

Browse files
authored
feat: update toolset (#253)
1 parent 9e80da1 commit 943ba31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11.21
292+
ENV UV_VERSION=0.11.25
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)