File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55FROM base AS builder
66
77# Copy in UV
8- COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+ COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /bin/uv
99
1010# We use the system interpreter managed by uv
1111ENV UV_PYTHON_DOWNLOADS=0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55FROM base AS builder
66
77# Copy in UV
8- COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+ COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /bin/uv
99
1010# We use the system interpreter managed by uv
1111ENV UV_PYTHON_DOWNLOADS=0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM python:3.13-slim-bookworm AS base
55FROM base AS builder
66
77# Copy in UV
8- COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /bin/uv
8+ COPY --from=ghcr.io/astral-sh/uv:0.7.15 /uv /bin/uv
99
1010# We use the system interpreter managed by uv
1111ENV UV_PYTHON_DOWNLOADS=0
You can’t perform that action at this time.
0 commit comments