Skip to content

Commit

Permalink
forced upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jue-henry committed Dec 24, 2024
1 parent 6330625 commit 1bd44cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./ $HOME/
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y curl git

RUN export NODEV='20.12.2' \
RUN export NODEV='20.17.0' \
&& curl "https://nodejs.org/dist/v${NODEV}/node-v${NODEV}-linux-x64.tar.gz" | tar -xzv \
&& cp ./node-v${NODEV}-linux-x64/bin/node /usr/bin/ \
&& ./node-v${NODEV}-linux-x64/bin/npm install -g npm
Expand Down

0 comments on commit 1bd44cc

Please sign in to comment.