We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2eb0c commit 4d13690Copy full SHA for 4d13690
Dockerfile
@@ -1,6 +1,7 @@
1
# Use fixed foundry image
2
+ARG FOUNDRY_VERSION=nightly-3fa02706ca732c994715ba42d923605692062375
3
-FROM ghcr.io/foundry-rs/foundry:nightly-4a8c7d0e26a1befa526222e22737740f80a7f1c5
4
+FROM ghcr.io/foundry-rs/foundry:${FOUNDRY_VERSION}
5
6
# Copy our source code into the container
7
WORKDIR /app
0 commit comments