We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c50be commit 913f27aCopy full SHA for 913f27a
core/CHANGELOG.md
@@ -19,6 +19,10 @@
19
20
# Python 3 OpenWhisk Runtime Container
21
22
+## Next
23
+ - add Python 3.13
24
+ - update Python 3.9 base image to bookworm
25
+
26
## 1.20.0
27
- Dependabot Fixes (#159)
28
- Update virtualenv for python:3.9 to fix tests. (#161)
core/python39Action/Dockerfile
@@ -34,7 +34,7 @@ RUN curl -sL \
34
&& cd openwhisk-runtime-go-*/main\
35
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
36
37
-FROM python:3.9-buster
+FROM python:3.9-bookworm
38
39
# select the builder to use
40
ARG GO_PROXY_BUILD_FROM=release
0 commit comments