Skip to content

Commit bb742aa

Browse files
Armin Filekovicsschuberth
Armin Filekovic
authored andcommitted
fix(docker): Bump up The Node.JS version in another place
This is a fixup for cad94e3. Signed-off-by: Armin Filekovic <armin.filekovic@ingka.com>
1 parent 150530c commit bb742aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ COPY --from=python --chown=$USER:$USER $PYENV_ROOT $PYENV_ROOT
455455
RUN syft $PYENV_ROOT -o spdx-json --file /usr/share/doc/ort/ort-python.spdx.json
456456

457457
# NodeJS
458-
ARG NODEJS_VERSION=18.14.2
458+
ARG NODEJS_VERSION=20.9.0
459459
ENV NVM_DIR=/opt/nvm
460460
ENV PATH=$PATH:$NVM_DIR/versions/node/v$NODEJS_VERSION/bin
461461
COPY --from=nodejs --chown=$USER:$USER $NVM_DIR $NVM_DIR

0 commit comments

Comments
 (0)