From 1544e6704772e3d37386abde947777dce8a89fae Mon Sep 17 00:00:00 2001 From: Luca Muscariello Date: Mon, 17 Oct 2022 17:57:25 +0200 Subject: fix(sonar): Nodejs LTS update Ref: HICN-814 Signed-off-by: Luca Muscariello Change-Id: I3da9837c9e42d9b509dfb863c0f01302fe39aa97 --- scripts/Dockerfile.sonarcloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.sonarcloud b/scripts/Dockerfile.sonarcloud index edfe986a0..e1f40a789 100644 --- a/scripts/Dockerfile.sonarcloud +++ b/scripts/Dockerfile.sonarcloud @@ -11,7 +11,7 @@ RUN apt update && apt-get install -y \ curl \ git -RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo bash - RUN apt update && apt-get install -y \ nodejs \ -- cgit 1.2.3-korg