Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 619ae0e

Browse files
authored
Update Openwhisk Python baseimage Tag for 3.9 (#221)
Checks successful
1 parent 1ce7f10 commit 619ae0e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

python3.9/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
- [pypi ibm-watson](https://pypi.org/project/ibm-watson/)
1010
- [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk)
1111

12+
# 1.1.1
13+
Changes:
14+
- update baseimage tag to get latest security fixes and new python base (b74ffb7)
15+
- Python version as of deployment time >=3.9.16
16+
1217
## 1.1.0
1318
Changes:
1419
- Update to new parent image to get latest security fixes and to update to action proxy version [email protected].
@@ -36,4 +41,4 @@ Python version:
3641
Python packages:
3742
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
3843
Ensure that you only use packages mentioned there.<br/>
39-
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.
44+
Other python packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore.

python3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/action-python-v3.9:2de7220
1+
FROM openwhisk/action-python-v3.9:b74ffb7
22

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)