Skip to content

Commit

Permalink
Bump node from 18.14.0 to 20.7.0
Browse files Browse the repository at this point in the history
Bumps node from 18.14.0 to 20.7.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 9e205b4 commit f776ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:20.7.0 as node-build
ARG LIVEPEER_W3_VERSION=v0.2.2
WORKDIR /app
RUN git clone --depth 1 --branch ${LIVEPEER_W3_VERSION} https://github.com/livepeer/go-tools.git
Expand Down

0 comments on commit f776ffe

Please sign in to comment.