We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052a833 commit 172bc66Copy full SHA for 172bc66
benchmark/sirun/Dockerfile
@@ -30,13 +30,11 @@ RUN wget -O sirun.tar.gz https://github.com/DataDog/sirun/releases/download/v0.1
30
RUN mkdir -p /usr/local/nvm \
31
&& wget -q -O - https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
32
&& . $NVM_DIR/nvm.sh \
33
- && nvm install --no-progress 14.21.3 \
34
- && nvm install --no-progress 16.20.1 \
35
&& nvm install --no-progress 18.16.1 \
36
&& nvm install --no-progress 20.4.0 \
37
&& nvm install --no-progress 22.10.0 \
38
- && nvm alias default 18 \
39
- && nvm use 18
+ && nvm alias default 22 \
+ && nvm use 22
40
41
RUN mkdir /opt/insecure-bank-js
42
RUN git clone --depth 1 https://github.com/hdiv/insecure-bank-js.git /opt/insecure-bank-js
0 commit comments