From 70f5075c9d2169ff98fe2b887c206a61f844ae7c Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:59:19 +0300 Subject: [PATCH] Update Dockerfiles (#32773) Co-authored-by: auto dockerfiles update <> --- docker/panw-iot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/panw-iot/Dockerfile b/docker/panw-iot/Dockerfile index 22892695e3a50..a00676e823b41 100644 --- a/docker/panw-iot/Dockerfile +++ b/docker/panw-iot/Dockerfile @@ -1,6 +1,6 @@ # Part of IOT - XSOAR integration project. # See docs at: https://docs.paloaltonetworks.com/iot/iot-security-integration/get-started-with-iot-security-integrations/third-party-integrations-using-on-premises-xsoar#id99b6436d-38d5-464d-9f8f-87bc84d6b628 -FROM demisto/python3-deb:3.11.10.112166 +FROM demisto/python3-deb:3.11.10.112588 COPY requirements.txt .