From 828af451b55f539a54f39cc8b4afedd7d011a702 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Dec 2024 01:30:17 +0000 Subject: [PATCH] fix: components/contrib/presto/query/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-NGHTTP2-5953379 --- components/contrib/presto/query/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/contrib/presto/query/Dockerfile b/components/contrib/presto/query/Dockerfile index 85ebd0a9091..57b2b2f544f 100644 --- a/components/contrib/presto/query/Dockerfile +++ b/components/contrib/presto/query/Dockerfile @@ -10,7 +10,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.7 +FROM python:3.14.0a3 COPY requirements.txt . RUN python3 -m pip install -r \