Skip to content

Commit 603d08f

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.10.10 (#324)
Co-authored-by: ll-renovate-bot[bot] <242255147+ll-renovate-bot[bot]@users.noreply.github.com>
1 parent 9b9c75a commit 603d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
2121
FROM python:3.14 AS build-python
2222
WORKDIR /app
2323

24-
COPY --from=ghcr.io/astral-sh/uv:0.10.9 /uv /uvx /bin/
24+
COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /uvx /bin/
2525
ENV PYTHONPYCACHEPREFIX=/tmp/pycache
2626
ENV PYTHONUNBUFFERED=1
2727
ENV UV_COMPILE_BYTECODE=1

0 commit comments

Comments
 (0)