full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

configure uv to use the latest version

Open Wetinee opened this issue 7 months ago • 0 comments

Update backend Dockerfile to use the latest uv version.

Reasons

  1. I encountered an issue when building Docker images with the specific uv version (0.5.11). And switching to latest helped resolve the issue.

  2. Using latest ensures that we don’t have to manually update the version in the future. This approach aligns with the recommendations in the uv documentation.

Wetinee avatar Mar 26 '25 18:03 Wetinee