From 34da582f556a587625025e4c79c68d7d351669d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Dec 2025 11:24:19 +0000 Subject: [PATCH] fix: cloud-sql/mysql/sqlalchemy/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 --- cloud-sql/mysql/sqlalchemy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-sql/mysql/sqlalchemy/Dockerfile b/cloud-sql/mysql/sqlalchemy/Dockerfile index bc3a9dc0878..b996b5b1bf3 100644 --- a/cloud-sql/mysql/sqlalchemy/Dockerfile +++ b/cloud-sql/mysql/sqlalchemy/Dockerfile @@ -14,7 +14,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9 +FROM python:3.13.11 # Copy application dependency manifests to the container image. # Copying this separately prevents re-running pip install on every code change.