Skip to content

Commit 26ce4fd

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.25
1 parent da2102e commit 26ce4fd

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
@@ -8,7 +8,7 @@
88
FROM python:3.13-slim-trixie
99

1010
# Install uv for fast package management
11-
COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.9.25 /uv /bin/uv
1212
ENV UV_SYSTEM_PYTHON=1
1313

1414
# Set the working directory

0 commit comments

Comments
 (0)