Skip to content

Commit

Permalink
Remove starlette pinned version because it is already in the requirem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
hdefazio committed Jan 27, 2025
1 parent 13b5166 commit f234cf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/storage-initializer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ COPY kserve kserve
RUN cd kserve && poetry install --no-interaction --no-cache --extras "storage"

RUN pip install --no-cache-dir krbcontext==0.10 hdfs~=2.6.0 requests-kerberos==0.14.0
# Fixes Quay alert GHSA-2jv5-9r88-3w3p https://github.com/Kludex/python-multipart/security/advisories/GHSA-2jv5-9r88-3w3p
RUN pip install --no-cache-dir starlette==0.36.2

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS prod

Expand Down

0 comments on commit f234cf0

Please sign in to comment.