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

damccorm pushed a commit to branch users/damccorm/node
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 40d61bb1eb9612ee77151ab5dcd15bfd4e62070b
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Feb 5 10:13:17 2024 -0500

    Upgrade website node to LTS
---
 website/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/Dockerfile b/website/Dockerfile
index 90d4202728d..8e2a33ea781 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -44,8 +44,8 @@ RUN apt-get update \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 
-# Install node environment
-RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
+# Install node LTS environment
+RUN curl -sL https://deb.nodesource.com/setup_lts.x | bash - \
     && apt-get update \
     && apt-get install -y --no-install-recommends \
         nodejs \

Reply via email to