Skip to content

Commit 0505b25

Browse files
authored
DAJN-35 Bump NodeJs to latest (#77)
* DAJN-35 Bump NodeJs to latest
1 parent 124b347 commit 0505b25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.9'
33

44
services:
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

0 commit comments

Comments
 (0)