From 43c45184e7ec085b86d7ef613b090c45fd1fa3f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 21:32:06 +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-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- 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..9d2d0e12 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.13.0b2 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