Skip to content

Commit 4d13690

Browse files
Allow users of this repository as a submodule to override the foundry version to use
1 parent 4b2eb0c commit 4d13690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Use fixed foundry image
2+
ARG FOUNDRY_VERSION=nightly-3fa02706ca732c994715ba42d923605692062375
23

3-
FROM ghcr.io/foundry-rs/foundry:nightly-4a8c7d0e26a1befa526222e22737740f80a7f1c5
4+
FROM ghcr.io/foundry-rs/foundry:${FOUNDRY_VERSION}
45

56
# Copy our source code into the container
67
WORKDIR /app

0 commit comments

Comments
 (0)