You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by yu...@apache.org on 2022/05/28 18:26:41 UTC

[yunikorn-site] 01/01: [YUNIKORN-1224] Updated node version to fix website publish

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

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

commit c44ce627000fd9f1409c502a07ca54f00a61a127
Author: Chaoran Yu <yu...@gmail.com>
AuthorDate: Sat May 28 14:26:37 2022 -0400

    [YUNIKORN-1224] Updated node version to fix website publish
---
 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