From c267dc87e23a4e20875ee274f108bf417249c1a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 04:30:49 +0000 Subject: [PATCH] fix: extraPackages/pyzmq-17.1.2/perf/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 --- extraPackages/pyzmq-17.1.2/perf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extraPackages/pyzmq-17.1.2/perf/Dockerfile b/extraPackages/pyzmq-17.1.2/perf/Dockerfile index 2a83d934..bb91c359 100644 --- a/extraPackages/pyzmq-17.1.2/perf/Dockerfile +++ b/extraPackages/pyzmq-17.1.2/perf/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.14.0a2 RUN pip install pandas cython RUN pip install -vv https://github.com/zeromq/pyzmq/archive/master.tar.gz --install-option=--zmq=bundled RUN mkdir /data && mkdir /perf