From 446a8ade79100b6bb91afcba09fd5cff2d458e7b Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Fri, 23 Feb 2024 21:17:54 -0500 Subject: [PATCH] feat(release): source --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 72451f450..5f3704afc 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -8,7 +8,7 @@ COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge # Install Node.js 12.x and Yarn RUN apt-get update \ && apt-get install -y curl \ - && curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \ + && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \ && apt-get install -y nodejs \ && npm install -g yarn \ && apt-get clean