summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-07-14 15:02:40 +0530
committerSunil Shetye2025-07-14 17:23:24 +0530
commit6541ee034c51d60d7aa1f022ef9c024329da5b3b (patch)
treec7202a2cb14c48f031670c77f0f210ac6549af6a
parentd466260af601e08c1216a2cecca96868065a0e1b (diff)
downloadCommon-Interface-Project-6541ee034c51d60d7aa1f022ef9c024329da5b3b.tar.gz
Common-Interface-Project-6541ee034c51d60d7aa1f022ef9c024329da5b3b.tar.bz2
Common-Interface-Project-6541ee034c51d60d7aa1f022ef9c024329da5b3b.zip
update node to 20.19.3
-rw-r--r--blocks/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/Dockerfile b/blocks/Dockerfile
index d5d630ca..f07ce843 100644
--- a/blocks/Dockerfile
+++ b/blocks/Dockerfile
@@ -105,7 +105,7 @@ FROM base AS build-xcos
RUN apt-get update -qq && \
apt-get install -qq --no-install-recommends gawk python3-pip python3-venv wget xz-utils
-ARG NODE_VERSION=v20.19.0
+ARG NODE_VERSION=v20.19.3
ARG NODE=node-${NODE_VERSION}-linux-x64
WORKDIR ${HOME}
RUN wget -q --no-hsts https://nodejs.org/download/release/${NODE_VERSION}/${NODE}.tar.xz && \