Skip to content

Commit 8ce35c9

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.18 (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oliver Meyer <[email protected]>
1 parent 0ff4fc0 commit 8ce35c9

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
@@ -5,7 +5,7 @@ FROM python:3.14.1-slim-trixie AS base
55
FROM base AS builder
66

77
# Copy in UV
8-
COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /bin/uv
8+
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /bin/uv
99

1010
# We use the system interpreter managed by uv
1111
ENV UV_PYTHON_DOWNLOADS=0

0 commit comments

Comments
 (0)