File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Apache OpenWhisk Runtime Python
2
- Copyright 2016-2019 The Apache Software Foundation
2
+ Copyright 2016-2020 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 19
19
20
20
# Python 3 OpenWhisk Runtime Container
21
21
22
+ ## 1.14.0
23
+ - Update base image to openwhisk/dockerskeleton:1.14.0
24
+ - Support for __ OW_ACTION_VERSION (openwhisk/4761)
25
+
22
26
## 1.0.3
23
27
Changes:
24
28
- Update base image to openwhisk/dockerskeleton:1.3.3
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# Dockerfile for python actions, overrides and extends ActionRunner from actionProxy
19
- FROM openwhisk/dockerskeleton:nightly
19
+ FROM openwhisk/dockerskeleton:1.14.0
20
20
21
21
RUN apk add --no-cache \
22
22
bzip2-dev \
You can’t perform that action at this time.
0 commit comments