File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Apache OpenWhisk Runtime Python
2- Copyright 2016-2019 The Apache Software Foundation
2+ Copyright 2016-2020 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 1919
2020# Python 3 OpenWhisk Runtime Container
2121
22+ ## 1.14.0
23+ - Update base image to openwhisk/dockerskeleton:1.14.0
24+ - Support for __ OW_ACTION_VERSION (openwhisk/4761)
25+
2226## 1.0.3
2327Changes:
2428 - Update base image to openwhisk/dockerskeleton:1.3.3
Original file line number Diff line number Diff line change 1616#
1717
1818# Dockerfile for python actions, overrides and extends ActionRunner from actionProxy
19- FROM openwhisk/dockerskeleton:nightly
19+ FROM openwhisk/dockerskeleton:1.14.0
2020
2121RUN apk add --no-cache \
2222 bzip2-dev \
You can’t perform that action at this time.
0 commit comments