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-wskdebug.git
The following commit(s) were added to refs/heads/master by this push:
new 9c62039 use lts node, instead of latest
9c62039 is described below
commit 9c62039f162c2d1ed3b46afbb41441ce233dc6e2
Author: David Grove <[email protected]>
AuthorDate: Sun Nov 8 16:35:25 2020 -0500
use lts node, instead of latest
---
test/install/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/install/Dockerfile b/test/install/Dockerfile
index 029ba79..a58c08d 100644
--- a/test/install/Dockerfile
+++ b/test/install/Dockerfile
@@ -16,7 +16,7 @@
#
# docker build for testing wskdebug installation
-FROM circleci/node
+FROM circleci/node:lts
LABEL type=test
WORKDIR /home/circleci