From 2a116283a7ff7c9a29719f3ffcf240984256d646 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Dec 2025 11:21:44 +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..d5861df18fd 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.13.11 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True