Skip to content

Commit

Permalink
fix(docker): bumped up node version. This was a leftover from: cad94e3
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Filekovic <[email protected]>
  • Loading branch information
afilekovic committed Nov 8, 2023
1 parent 66eee50 commit bebb377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ COPY --from=python --chown=$USER:$USER $PYENV_ROOT $PYENV_ROOT
RUN syft $PYENV_ROOT -o spdx-json --file /usr/share/doc/ort/ort-python.spdx.json

# NodeJS
ARG NODEJS_VERSION=18.14.2
ARG NODEJS_VERSION=20.9.0
ENV NVM_DIR=/opt/nvm
ENV PATH=$PATH:$NVM_DIR/versions/node/v$NODEJS_VERSION/bin
COPY --from=nodejs --chown=$USER:$USER $NVM_DIR $NVM_DIR
Expand Down

0 comments on commit bebb377

Please sign in to comment.