Skip to content

Commit f5c4c77

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-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965
1 parent a1dcbc6 commit f5c4c77

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.0b1-alpine
22

33
COPY . /app
44

0 commit comments

Comments
 (0)