From c9e5b3339e6194063e7738e7a5c62c4716094adc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 02:36:47 +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..bd1949fb199 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.13.0rc2 COPY requirements.txt . RUN python3 -m pip install -r \