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

Commit ff2bf40

Browse files
authored
Update base image (#224)
Proxy Updated to 1.20 Update baseimage to get latest security fixes and new python base (4707653)
1 parent 619ae0e commit ff2bf40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

python3.9/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
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.2.0
13+
Changes:
14+
- Update baseimage to get latest security fixes and new python base (4707653)
15+
- actionloop proxy version [email protected]
16+
- Python Version at time of deployment >=3.9.16
17+
1218
# 1.1.1
1319
Changes:
1420
- update baseimage tag to get latest security fixes and new python base (b74ffb7)

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

33
COPY requirements.txt requirements.txt
44

0 commit comments

Comments
 (0)