Skip to content
Snippets Groups Projects
Commit 630eaf1c authored by Marco Wettstein's avatar Marco Wettstein
Browse files

feat: support node 20

updates the base node version to 18 where jobs are run. That might lead to problems in some projects, but let's see
parent dffe2311
No related branches found
No related tags found
1 merge request!214feat: support node 20
Pipeline #217348 passed
FROM node:16
FROM node:18
RUN rm /bin/sh && \
ln -s /bin/bash /bin/sh && \
......@@ -17,6 +17,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | b
/root/.nvm/nvm.sh install 12 && \
/root/.nvm/nvm.sh install 14 && \
/root/.nvm/nvm.sh install 16 && \
/root/.nvm/nvm.sh install 18
/root/.nvm/nvm.sh install 18 && \
/root/.nvm/nvm.sh install 20
COPY --from=git.panter.ch:5001/open-source/dependency-track-uploader:dtrackuploader-v0.2.1 /dtrackuploader /
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment