From 86705c2cf896c40251aabffe02f952f1c62acff5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 16:26:07 +0000 Subject: [PATCH] fix: run/hello-broken/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 --- run/hello-broken/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/hello-broken/Dockerfile b/run/hello-broken/Dockerfile index 5ae602b37ed..1597fedf300 100644 --- a/run/hello-broken/Dockerfile +++ b/run/hello-broken/Dockerfile @@ -17,7 +17,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9 +FROM python:3.14.1 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True