Skip to content

Commit

Permalink
Update Dockerfile to use uv version 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev committed Dec 21, 2024
1 parent d4df197 commit fd42be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app/

# Install uv
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
COPY --from=ghcr.io/astral-sh/uv:0.4.15 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/

# Place executables in the environment at the front of the path
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#using-the-environment
Expand Down

0 comments on commit fd42be1

Please sign in to comment.