Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions docker/py3-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Last modified: 2026-06-24T04:49:35.532453+00:00
# Last modified: 2026-08-25T05:18:45.787770+00:00


FROM demisto/python3:3.12.13.10404775
FROM demisto/python3:3.12.14.12277297

COPY requirements.txt .


RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base wget git libffi-dev \
&& pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir aiohttp==3.14.3 cryptography==50.0.0 \
&& apk del .build-dependencies


Expand Down
Loading