Skip to content

Commit a33ff26

Browse files
committed
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
1 parent a1dcbc6 commit a33ff26

File tree

1 file changed

+1
-1
lines changed
  • code-samples/eventing/helloworld/helloworld-python

1 file changed

+1
-1
lines changed

code-samples/eventing/helloworld/helloworld-python/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-alpine
1+
FROM python:3.13.3-alpine
22

33
COPY . /app
44

0 commit comments

Comments
 (0)