Skip to content

Commit

Permalink
chore: Updated near-sandbox version in Dockerfile (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Sep 24, 2024
1 parent 011ca33 commit 4d48a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4d48a24

Please sign in to comment.