aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Muscariello <muscariello@ieee.org>2022-10-17 17:57:25 +0200
committerLuca Muscariello <muscariello@ieee.org>2022-10-17 18:01:20 +0200
commit1544e6704772e3d37386abde947777dce8a89fae (patch)
treeb6fc2be6cb317436dcbeef4cb8f6151010edc4c4
parent1831c27adeb851b7b28e57342f4893a1d3b7dce2 (diff)
fix(sonar): Nodejs LTS update
Ref: HICN-814 Signed-off-by: Luca Muscariello <muscariello@ieee.org> Change-Id: I3da9837c9e42d9b509dfb863c0f01302fe39aa97
-rw-r--r--scripts/Dockerfile.sonarcloud2
1 files changed, 1 insertions, 1 deletions
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 \