From a33ff264522877789486b45b5b94b10fc1e15c04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 19:14:07 +0000 Subject: [PATCH] fix: code-samples/eventing/helloworld/helloworld-python/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-SQLITE-9712340 --- code-samples/eventing/helloworld/helloworld-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-samples/eventing/helloworld/helloworld-python/Dockerfile b/code-samples/eventing/helloworld/helloworld-python/Dockerfile index 17920ce2632..2c65f0fb77f 100644 --- a/code-samples/eventing/helloworld/helloworld-python/Dockerfile +++ b/code-samples/eventing/helloworld/helloworld-python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.13.3-alpine COPY . /app