Commit 2f51283b authored by Mark Tyneway's avatar Mark Tyneway

ci-builder: use node version 20

node.js v20 is now LTS, this updates `ci-builder` to use
the LTS version as part of the docker image.
parent a029c870
...@@ -78,7 +78,7 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test ...@@ -78,7 +78,7 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
COPY .nvmrc .nvmrc COPY .nvmrc .nvmrc
ENV NODE_MAJOR=18 ENV NODE_MAJOR=20
ENV SLITHER_VERSION=0.10.0 ENV SLITHER_VERSION=0.10.0
# note: python3 package in apt is python 3.9, while base image already has python 3.11 # note: python3 package in apt is python 3.9, while base image already has python 3.11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment