From ba7db93f67fe353e9ab34fa93b55ba2f52fd3825 Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:44:45 +0300 Subject: [PATCH] Update Dockerfiles (#19570) Co-authored-by: auto dockerfiles update <> --- docker/ippysocks-py3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ippysocks-py3/Dockerfile b/docker/ippysocks-py3/Dockerfile index 2783e5a86d52b..1dd00a0abc3fa 100644 --- a/docker/ippysocks-py3/Dockerfile +++ b/docker/ippysocks-py3/Dockerfile @@ -1,5 +1,5 @@ -FROM demisto/python3-deb:3.10.13.72387 +FROM demisto/python3-deb:3.10.13.72520 COPY requirements.txt .