From 1ef52d39f13c46144fcf6b0d372c1e8c4588e764 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 22:18:18 +0000 Subject: [PATCH] fix: examples/multi_udf/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-SQLITE3-1569419 --- examples/multi_udf/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi_udf/Dockerfile b/examples/multi_udf/Dockerfile index 50faed24..7cfe9915 100644 --- a/examples/multi_udf/Dockerfile +++ b/examples/multi_udf/Dockerfile @@ -2,7 +2,7 @@ # builder: install needed dependencies #################################################################################################### -FROM python:3.10-slim-bullseye AS builder +FROM python:3.12.7-slim-bullseye AS builder ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \