diff --git a/docker/jq/Dockerfile b/docker/jq/Dockerfile index 84ded591f97c1..bdfbfb634074f 100644 --- a/docker/jq/Dockerfile +++ b/docker/jq/Dockerfile @@ -1,5 +1,5 @@ -FROM demisto/python3-deb:3.11.10.112588 +FROM demisto/python3-deb:3.11.10.112749 RUN apt-get update && apt-get install build-essential flex bison libtool make automake autoconf -y