Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent c676a3c commit 4c8f23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY docker-entrypoint.sh /app/
RUN chmod +x /app/docker-entrypoint.sh

# Install the application into the virtual environment
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.19,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.20,source=/uv,target=/bin/uv \
uv pip install -n .

# Set the default entrypoint for the container
Expand Down

0 comments on commit 4c8f23c

Please sign in to comment.