From 342c724b29a466bda2348b45b8b100ba5278c890 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Dec 2025 11:03:38 +0000 Subject: [PATCH] fix: composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/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 --- .../blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile index 9e181e51a40..4499badb416 100644 --- a/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile +++ b/composer/blog/gcp-tech-blog/unit-test-dags-cloud-build/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -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