From bd1aedd0387f7a9090115f985e1505b8eb068571 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 23:33:38 +0000 Subject: [PATCH] fix: sdks/python/apache_beam/examples/ml-orchestration/kfp/components/ingestion/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-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 --- .../ml-orchestration/kfp/components/ingestion/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/ingestion/Dockerfile b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/ingestion/Dockerfile index 6b27919e164a..6d48a7feb201 100644 --- a/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/ingestion/Dockerfile +++ b/sdks/python/apache_beam/examples/ml-orchestration/kfp/components/ingestion/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.13.0b4-slim +FROM python:3.14.0a1-slim # optional: install extra dependencies