From 4a68f3f6e04bd20ecf9456a5e795424c3a18d5f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jan 2025 05:04:55 +0000 Subject: [PATCH] fix: examples/cloud_run_cloudevents/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-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 --- examples/cloud_run_cloudevents/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud_run_cloudevents/Dockerfile b/examples/cloud_run_cloudevents/Dockerfile index bc9df896..ac1fd68f 100644 --- a/examples/cloud_run_cloudevents/Dockerfile +++ b/examples/cloud_run_cloudevents/Dockerfile @@ -1,6 +1,6 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.14.0a3-slim # Copy local code to the container image. ENV APP_HOME /app