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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 2d599e8fbe2ca68bf5d70e8843f59f96570d85c5
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Mon Jan 8 16:07:35 2024 +0100

    chore: update Node.js to latest LTS
    
    Which seems to be v20.10.0 currently
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 54bda11b..4e02b028 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:18-buster
+FROM node:lts
 
 RUN set -ex \
   && apt-get update \

Reply via email to