From 8aadedf917d7dc0532efc245b8c067a5f13f89db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 02:52:57 +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..da7bbd1e75b 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.1 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True