From 3d2e85430b424c0c763b820cc8bf7445bf61afd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:02:16 +0000 Subject: [PATCH] build(deps): bump node from 18.14.0 to 18.15.0 Bumps node from 18.14.0 to 18.15.0. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac31e756e..258f229d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN find /opt/bin -type f ! -name "*.sh" -exec strip -s {} \; 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:18.15.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