Skip to content

Commit

Permalink
Bump node from 18.14.0 to 21.5.0
Browse files Browse the repository at this point in the history
Bumps node from 18.14.0 to 21.5.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 Dec 20, 2023
1 parent 67200d1 commit 5c07acf
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 @@ -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:21.5.0 as node-build
ARG LIVEPEER_W3_VERSION=v0.2.2
WORKDIR /app

Expand Down

0 comments on commit 5c07acf

Please sign in to comment.