diff --git a/Dockerfile b/Dockerfile index f6505a9..99de018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12 # renovate: datasource=github-releases depName=uv packageName=astral-sh/uv -ENV UV_VERSION="0.5.5" +ENV UV_VERSION="0.5.7" RUN pip install uv==$UV_VERSION # Change the working directory to the `app` directory