This is an automated email from the ASF dual-hosted git repository.

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 91e8b4d8c [YUNIKORN-1224] Updated node version to fix website publish 
(#160)
91e8b4d8c is described below

commit 91e8b4d8c4bf00b198ceae828d0420b0615b2835
Author: Chaoran Yu <[email protected]>
AuthorDate: Sun May 29 16:19:46 2022 -0700

    [YUNIKORN-1224] Updated node version to fix website publish (#160)
    
    Update the node version to 16.14, this fixes the website auto-publish 
failure due to the node version issue.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 02ff2718f..ce2528bef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM node:16.13.0
+FROM node:16.14
 
 ADD . /yunikorn-site
 WORKDIR /yunikorn-site

Reply via email to