diff --git a/Dockerfile b/Dockerfile index c1d12c120..c6d23a944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN find /opt/bin -type f ! -name "*.sh" ! -name "livepeer-mist-bigquery-uploade FROM catalyst-${BUILD_TARGET}-build as catalyst-build # Install livepeer-w3 required to use web3.storage -FROM node:18.14.0 as node-build +FROM node:22.0.0 as node-build ARG LIVEPEER_W3_VERSION=v0.2.2 WORKDIR /app