Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.5.10 (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent bdc0239 commit db6ba9f
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.9,source=/uv,target=/bin/uv \
RUN --mount=from=ghcr.io/astral-sh/uv:0.5.10,source=/uv,target=/bin/uv \
uv pip install -n .

# Set the default entrypoint for the container
Expand Down

0 comments on commit db6ba9f

Please sign in to comment.