From b00a7a83bedce12fa3e2e6448c135a81393afddf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 02:01:57 +0000 Subject: [PATCH] fix: sdks/python/apache_beam/examples/ml-orchestration/kfp/components/preprocessing/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 --- .../ml-orchestration/kfp/components/preprocessing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/preprocessing/Dockerfile b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/preprocessing/Dockerfile index f46feded1da4..4f08006ed912 100644 --- a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/preprocessing/Dockerfile +++ b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/preprocessing/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # [START component_dockerfile] -FROM python:3.9-slim +FROM python:3.13.0rc2-slim # (Optional) install extra dependencies