Skip to content

Commit

Permalink
chore(api-python): update ghcr.io/astral-sh/uv docker tag to v0.5.11 (#…
Browse files Browse the repository at this point in the history
…21747)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent fe6ae01 commit 9e606e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apk add --no-cache gcc g++ make bash \
&& make install \
&& cd .. \
&& rm -r -f librdkafka-${LIBRDKAFKA_VERSION}/
COPY --from=ghcr.io/astral-sh/uv:0.5.10-python3.13-alpine /usr/local/bin/uv /bin/
COPY --from=ghcr.io/astral-sh/uv:0.5.11-python3.13-alpine /usr/local/bin/uv /bin/
COPY ["api-python/pyproject.toml", "api-python/uv.lock", "./"]
RUN . /venv/bin/activate \
&& uv sync --frozen
Expand Down

0 comments on commit 9e606e3

Please sign in to comment.