Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker/stringsifter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Last modified: 2025-09-12T03:11:14.185937+00:00
FROM demisto/python3-deb:3.11.10.117398
# Last modified: 2025-09-26T16:37:56.506010+00:00
FROM demisto/python3-deb:3.12.11.5107264
# because of this issue we still using 3.11 https://github.com/mandiant/stringsifter/issues/41

COPY requirements.txt .
# The base image demisto/python3-deb:3.11.10.117398 has bullseye-backports repository configured in its apt sources,
# The base image demisto/python3-deb:3.12.11.5107264 has bullseye-backports repository configured in its apt sources,
# but this repository is returning a 404 Not Found error because it's no longer available.
RUN sed -i '/bullseye-backports/d' /etc/apt/sources.list /etc/apt/sources.list.d/* 2>/dev/null || true \
&& apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends python3-dev \
Expand Down