full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
configure uv to use the latest version
Update backend Dockerfile to use the latest uv version.
Reasons
-
I encountered an issue when building Docker images with the specific uv version (0.5.11). And switching to latest helped resolve the issue.
-
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.