Skip to content

Commit 172bc66

Browse files
authored
Clean up benchmark Sirun Dockerfile (#5287)
- Don't install older Node.js versions no longer supported - Change the default Node.js version from v18 to v22
1 parent 052a833 commit 172bc66

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

benchmark/sirun/Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ RUN wget -O sirun.tar.gz https://github.com/DataDog/sirun/releases/download/v0.1
3030
RUN mkdir -p /usr/local/nvm \
3131
&& wget -q -O - https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
3232
&& . $NVM_DIR/nvm.sh \
33-
&& nvm install --no-progress 14.21.3 \
34-
&& nvm install --no-progress 16.20.1 \
3533
&& nvm install --no-progress 18.16.1 \
3634
&& nvm install --no-progress 20.4.0 \
3735
&& nvm install --no-progress 22.10.0 \
38-
&& nvm alias default 18 \
39-
&& nvm use 18
36+
&& nvm alias default 22 \
37+
&& nvm use 22
4038

4139
RUN mkdir /opt/insecure-bank-js
4240
RUN git clone --depth 1 https://github.com/hdiv/insecure-bank-js.git /opt/insecure-bank-js

0 commit comments

Comments
 (0)