File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3232 && echo -e 'export NVM_DIR="$HOME/.nvm"\n [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n ' >> ~/.profile \
3333 && source ~/.bashrc \
3434 && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35- && nvm install 16.20.1 \
36- && nvm install 18.17.0 \
35+ && nvm install 16.20.2 \
36+ && nvm install 18.17.1 \
3737 && nvm install 14.21.3
3838
3939# for loading profile, to make nvm available for sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.9'
33
44services :
55 docker-agent-jnlp-node :
6- image : ${REPOSITORY:-}linkurious/docker-agent-jnlp-node:${DOCKER_AGENT_JNLP_NODE_VERSION:-0.0.24 }
6+ image : ${REPOSITORY:-}linkurious/docker-agent-jnlp-node:${DOCKER_AGENT_JNLP_NODE_VERSION:-0.0.29 }
77 build :
88 context : .
99 command : /bin/bash
You can’t perform that action at this time.
0 commit comments