Skip to content

Commit 913f27a

Browse files
committed
use bookworm for python 3.9
1 parent 87c50be commit 913f27a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
# Python 3 OpenWhisk Runtime Container
2121

22+
## Next
23+
- add Python 3.13
24+
- update Python 3.9 base image to bookworm
25+
2226
## 1.20.0
2327
- Dependabot Fixes (#159)
2428
- Update virtualenv for python:3.9 to fix tests. (#161)

core/python39Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -sL \
3434
&& cd openwhisk-runtime-go-*/main\
3535
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
3636

37-
FROM python:3.9-buster
37+
FROM python:3.9-bookworm
3838

3939
# select the builder to use
4040
ARG GO_PROXY_BUILD_FROM=release

0 commit comments

Comments
 (0)