Skip to content

Commit 18936bb

Browse files
committed
use the foundry:v1.2.1 image in Dockerfile.bootstrap
Signed-off-by: Masanori Yoshida <masanori.yoshida@datachain.jp>
1 parent d3ab8e8 commit 18936bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/chains/bsc/Dockerfile.bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/foundry-rs/foundry:nightly-462b2ac6c038dc24b8f38b0c59b664d0740604c2
1+
FROM ghcr.io/foundry-rs/foundry:v1.2.1
22

33
RUN apk add --d --no-cache ca-certificates npm nodejs bash alpine-sdk expect jq curl bash python3
44
RUN curl -sSL https://install.python-poetry.org | python3 -

0 commit comments

Comments
 (0)