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

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bb05d3c038 Upgrade Node dependency to 14.x (#26988)
2bb05d3c038 is described below

commit 2bb05d3c03865da6a0be1063f78d737c43c2fce6
Author: Bruno Volpato <[email protected]>
AuthorDate: Thu Jun 15 10:24:08 2023 -0400

    Upgrade Node dependency to 14.x (#26988)
---
 website/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/Dockerfile b/website/Dockerfile
index fe89b98c72c..76089a8ef3d 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -43,7 +43,7 @@ RUN apt-get update \
     && rm -rf /var/lib/apt/lists/*
 
 # Install node environment
-RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
+RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
     && apt-get update \
     && apt-get install -y --no-install-recommends \
         nodejs \

Reply via email to