Skip to content

Commit 4adeb21

Browse files
committed
Upgrade urllib3 to 2.6.3 to fix CVE-2025-66418
1 parent 6147fae commit 4adeb21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ COPY caikit.yml /caikit/config/caikit.yml
2828

2929
ENV VIRTUAL_ENV=/caikit/.venv
3030
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
31+
32+
RUN /caikit/.venv/bin/pip install --no-cache-dir "urllib3>=2.6.0"
33+
3134
RUN /caikit/.venv/bin/pip install --no-cache-dir "fastapi==0.123.7" "starlette>=0.49.1,<0.51.0"
35+
3236
RUN groupadd --system caikit --gid 1001 && \
3337
adduser --system --uid 1001 --gid 0 --groups caikit \
3438
--create-home --home-dir /caikit --shell /sbin/nologin \

0 commit comments

Comments
 (0)