From 9be2386f1904c682c7159e5a486ca2547d016dcc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 10:56:21 +0000 Subject: [PATCH] fix: run/image-processing/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/image-processing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index 081111e5349..dac0016245d 100644 --- a/run/image-processing/Dockerfile +++ b/run/image-processing/Dockerfile @@ -14,7 +14,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9 +FROM python:3.14.2 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True