diff --git a/Dockerfile b/Dockerfile index a71226e..332343c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-bookworm as build +FROM node:20.13.0-bookworm as build ENV FOUNDRY_DIR /usr/local RUN curl -L https://foundry.paradigm.xyz | bash && \