Skip to content

Commit

Permalink
Update tag to get vuln fixes (ibm-functions#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Roy-IBM authored Jan 16, 2024
1 parent 87a97f6 commit 881999f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions python3.11/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
- [pypi ibm-watson](https://pypi.org/project/ibm-watson/)
- [github ibm-watson](https://github.com/watson-developer-cloud/python-sdk)

# 1.4.0
Changes:
- Bump to newer parent image (vulnerability fixes) c0a1e6d

Python version:
- [3.11.7](https://www.python.org/downloads/release/python-3117/)

Python packages:
- The file [requirements.txt](requirements.txt) lists the packages we guarantee to be included in this runtime.<br/>
Ensure that you only use packages mentioned there.<br/>
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.

# 1.3.0
Changes:
- Bump to newer parent image (vulnerability fixes) 4546acf
Expand Down
2 changes: 1 addition & 1 deletion python3.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openwhisk/action-python-v3.11:4546acf
FROM openwhisk/action-python-v3.11:c0a1e6d

COPY requirements.txt requirements.txt

Expand Down

0 comments on commit 881999f

Please sign in to comment.