diff --git a/Dockerfile b/Dockerfile index 711e36b..4934ccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:bookworm as builder WORKDIR /usr/src/app RUN apt-get update && apt-get install --assume-yes curl -RUN curl -LJO https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/Linux-x86_64/master/d08187094a82b3bfab3b8b0fa076e71068f39cb7/near-sandbox.tar.gz +RUN curl -LJO https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/Linux-x86_64/2.2.1/near-sandbox.tar.gz RUN tar -xf near-sandbox.tar.gz FROM debian:bookworm-slim as runtime