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

Commit 3508cc6

Browse files
authored
update tag to f707898 (#281)
1 parent 90721e3 commit 3508cc6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

python3.11/CHANGELOG.md

+12
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.4.2
13+
Changes:
14+
- Bump to newer parent image (vulnerability fixes) f707898
15+
16+
Python version:
17+
- [3.11.9](https://www.python.org/downloads/release/python-3119/)
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.4.1
1325
Changes:
1426
- Bump to newer parent image (vulnerability fixes) 1389697

python3.11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openwhisk/action-python-v3.11:1389697
1+
FROM openwhisk/action-python-v3.11:f707898
22

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)