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

Commit 33f091a

Browse files
authored
update to base image 4546acf (#273)
Signed-off-by: Luke Roy <[email protected]>
1 parent 36e2196 commit 33f091a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

python3.11/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
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.3.0
13+
Changes:
14+
- Bump to newer parent image (vulnerability fixes) 4546acf
15+
16+
Python version:
17+
- [3.11.6](https://www.python.org/downloads/release/python-3116/)
18+
19+
Python packages:
20+
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
21+
Ensure that you only use packages mentioned there.<br/>
22+
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.
23+
1224
## 1.2.0
1325
Changes:
1426
- Bump to newer parent image (vulnerability fixes) b5b65de

python3.11/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.11:b5b65de
1+
FROM openwhisk/action-python-v3.11:4546acf
22

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)