diff --git a/Dockerfile b/Dockerfile index abc9adb1d..dcacb252e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,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:21.1.0 as node-build ARG LIVEPEER_W3_VERSION=v0.2.2 WORKDIR /app