chore: bump uv to 0.7.x (#20692)
This commit is contained in:
parent
38554c5f3e
commit
4f14d7c0ca
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ FROM python:3.12-slim-bookworm AS base
|
|||
WORKDIR /app/api
|
||||
|
||||
# Install uv
|
||||
ENV UV_VERSION=0.6.14
|
||||
ENV UV_VERSION=0.7.11
|
||||
|
||||
RUN pip install --no-cache-dir uv==${UV_VERSION}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue