From 8fb958eee3d8114e0089dbeaf3c6f720d8a6a97f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Dec 2025 10:22:18 +0000 Subject: [PATCH] fix: trace/cloud-trace-demo-app/app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-FREETYPE-9402510 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 --- trace/cloud-trace-demo-app/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/cloud-trace-demo-app/app/Dockerfile b/trace/cloud-trace-demo-app/app/Dockerfile index 400b749e4f8..62ac660dad3 100644 --- a/trace/cloud-trace-demo-app/app/Dockerfile +++ b/trace/cloud-trace-demo-app/app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.9.6 +FROM python:3.13.11 RUN pip3 install --upgrade pip