This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 5c2ed99 use lts-stretch (not stretch) as base image of
nodejsActionBase (#182)
5c2ed99 is described below
commit 5c2ed993d654c73c64485c286eef3ef5f4d0a3ec
Author: David Grove <[email protected]>
AuthorDate: Thu Nov 5 21:49:16 2020 -0500
use lts-stretch (not stretch) as base image of nodejsActionBase (#182)
---
core/nodejsActionBase/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/nodejsActionBase/Dockerfile b/core/nodejsActionBase/Dockerfile
index cb6bfbb..d11e890 100644
--- a/core/nodejsActionBase/Dockerfile
+++ b/core/nodejsActionBase/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:stretch
+FROM node:lts-stretch
# Initial update and some basics.
#