Skip to content

Commit

Permalink
Allow users of this repository as a submodule to override the foundry…
Browse files Browse the repository at this point in the history
… version to use
  • Loading branch information
jhilaire-circle committed Dec 20, 2024
1 parent 4b2eb0c commit 4d13690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Use fixed foundry image
ARG FOUNDRY_VERSION=nightly-3fa02706ca732c994715ba42d923605692062375

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

# Copy our source code into the container
WORKDIR /app
Expand Down

0 comments on commit 4d13690

Please sign in to comment.