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

Commit 6921240

Browse files
authored
update base tags from openwhisk (#200)
1 parent d2bc05d commit 6921240

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

python3.7/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# IBM Functions Python 3.7 Runtime Container
22

3+
## 1.22.5
4+
Changes:
5+
- Update to new parent image to get latest security fixes
6+
37
## 1.22.4
48
Changes:
59
- Update to new parent image to get latest go security fixes for the action loop proxy (/bin/proxy).

python3.7/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.7:16c6081
1+
FROM openwhisk/action-python-v3.7:29065c9
22

33
COPY requirements.txt requirements.txt
44

python3.9/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Changes:
1616
- twisted 21.7.0 -> 22.4.0
1717
- PyJWT 2.3.0 -> 2.4.0
1818
- Pillow = 9.0.0 -> 9.0.1
19+
- Update to new parent image to get latest security fixes
1920

2021
Python version:
2122
- [3.9.13](https://www.python.org/downloads/release/python-3913/)

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:d1c3d3f
1+
FROM openwhisk/action-python-v3.9:29065c9
22

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)