Skip to content

Commit c6ced07

Browse files
committed
Merge branch 'develop'
2 parents 14f021d + e7aa852 commit c6ced07

14 files changed

Lines changed: 902 additions & 644 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV UV_PYTHON_VERSION=3.14.2 \
88
UV_PYTHON_INSTALL_DIR=/python \
99
UV_PYTHON_PREFERENCE=only-managed
1010

11-
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
11+
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/
1212

1313
RUN apt-get update && \
1414
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)