diff --git a/Dockerfile b/Dockerfile index c33f3b7..8e408ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.13.1-bookworm as build +FROM node:20.14.0-bookworm as build ENV FOUNDRY_DIR /usr/local RUN curl -L https://foundry.paradigm.xyz | bash && \