From a300da083e4b55bc33a5486f185fd75c59246031 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Sat, 24 Feb 2024 10:43:38 -0500 Subject: [PATCH] feat(release): remove unused --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 242b0d1d6..fb8f60483 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -5,7 +5,7 @@ FROM ghcr.io/foundry-rs/foundry:latest as foundry FROM $CROSS_BASE_IMAGE COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge -# Install Node.js 12.x and Yarn +# Install Node.js 14.x and Yarn RUN apt-get update \ && apt-get install -y curl \ && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \